diff --git a/README.md b/README.md index 177fd19..be2ae1d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ The following properties are available: ```kotlin ReadingTime( - text = "sometext", + text = "some_text", wpm = 275, postfix = "min read", plural = "min read", @@ -66,13 +66,11 @@ A JSP tag is also available for easy incorporation into web applications: postfix="min read" plural="min read" excludeImages="false" - wpm="275">some_text_or_html + wpm="275">some_text ``` None of the attributes are required. -Just drop the jar into your `WEB-INF/lib` directory. - ### Gradle 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: