Fixed Gradle instructions.

This commit is contained in:
Erik C. Thauvin 2017-06-02 15:12:55 -07:00
parent c78f43280f
commit 459b1e5a9b

View file

@ -50,7 +50,7 @@ To install and run from Gradle, add the following to the build.gradle file:
```gradle
dependencies {
compileOnly 'net.thauvin.erik:pinboard-poster:0.9.1'
compile 'net.thauvin.erik:pinboard-poster:0.9.1'
}
```