From 24822ddf4e6a6bdb2636a42f051e8484d8d6e4a8 Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Mon, 27 Jul 2020 18:00:53 -0700 Subject: [PATCH] Cleanup. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 60755aa..177fd19 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,11 @@ A JSP tag is also available for easy incorporation into web applications: ```jsp <%@taglib uri="https://erik.thauvin.net/taglibs/readingtime" prefix="t"%> -some_text +some_text_or_html ``` None of the attributes are required.