From b7508cd5fe477b8e60d65d8a2337f199b8868549 Mon Sep 17 00:00:00 2001 From: Jabouille Jean Charles Date: Thu, 11 Mar 2021 17:37:24 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20Add=20some=20badge?= =?UTF-8?q?=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 59dd711..2fd73ce 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,10 @@ You can configure exclusion and the path where you want to extract the files. Add plugin ---------- +Version: [![Maven Central](https://maven-badges.herokuapp.com/maven-central/io.github.djice/sbt-unzip/badge.svg)](https://maven-badges. +herokuapp.com/maven-central/io.github.djice/sbt-unzip) + + Add the plugin to `project/plugins.sbt`. For example: ```scala