From 12c3a96c07ed11ec76711dca06c0acc8d10baeb8 Mon Sep 17 00:00:00 2001 From: Nihal M <37205475+mnihalm@users.noreply.github.com> Date: Sun, 27 Oct 2019 21:54:55 +0530 Subject: [PATCH] Fix word count heading typo in README.md The heading says "Word Contributing" where it should say "Word Count" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c76895e..3d950c7 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ For example, if your css files are `static/css/custom.css` and `static/css/custo custom_css = ["css/custom.css","css/custom2.css"] ``` -### Show Reading Time and Word Contributing +### Show Reading Time and Word Count If you add a key of `show_reading_time` true to either the Config Params, a page or section's front matter, articles will show the reading time and word count.