Minore cleanup

This commit is contained in:
Erik C. Thauvin 2023-11-08 12:57:58 -08:00
parent b9d1de5f4c
commit 5b0d56926d

View file

@ -24,7 +24,7 @@ To get the estimated reading time in seconds use the `calcReadingTimeInSec()` fu
### bld
To use with [bld](https://rife2.com/bld), include the following dependency in your [build](https://github.com/ethauvin/readingtime/blob/master/examples/bld/java/net/thauvin/erik/ReadingTimeBuild.java) file:
To use with [bld](https://rife2.com/bld), include the following dependency in your [build](https://github.com/ethauvin/readingtime/blob/master/examples/bld/src/bld/java/com/example/ReadingTimeExampleBuild.java) file:
```java
repositories = List.of(MAVEN_CENTRAL);