From 1243aca99d10bbeacf13373b19d1c8b65b7aec9a Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 27 Jul 2020 22:05:02 -0700 Subject: [PATCH] Removed webapp/jar instructions. --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: