Removed repository from example.

This commit is contained in:
Erik C. Thauvin 2021-03-20 17:20:51 -07:00
parent 821e4f84c4
commit 39a9e934a0

View file

@ -79,10 +79,6 @@ None of the attributes are required.
To use with [Gradle](https://gradle.org/), include the following dependency in your [build](https://github.com/ethauvin/readingtime/blob/master/examples/build.gradle.kts) file:
```gradle
repositories {
jcenter()
}
dependencies {
implementation("net.thauvin.erik:readingtime:0.9.0")
}