Skip to content

Commit

Permalink
docs: ✏️ fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Jabouille Jean Charles committed Mar 11, 2021
1 parent b7508cd commit de919fb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,13 @@ 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)
LAST_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
addSbtPlugin("com.typesafe.sbt" % "sbt-unzip" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-unzip" % "LAST_VERSION")
```

In your build.sbt:
Expand Down

0 comments on commit de919fb

Please sign in to comment.