Skip to content

Commit

Permalink
Prettify README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierguihot committed Jan 4, 2018
1 parent 133da07 commit a62fda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Thus the usage of the Try monade.

With sbt, add these lines to your build.sbt:

```
```scala
resolvers += "jitpack" at "https://jitpack.io"

libraryDependencies += "com.github.xavierguihot" % "geobase" % "v1.1.2"
Expand All @@ -92,7 +92,7 @@ With maven, add these lines to your pom.xml:

With gradle, add these lines to your build.gradle:

```
```groovy
allprojects {
repositories {
maven { url 'https://jitpack.io' }
Expand Down

0 comments on commit a62fda6

Please sign in to comment.