Fix word count heading typo in README.md

The heading says "Word Contributing"  where it should say "Word Count"
This commit is contained in:
Nihal M 2019-10-27 21:54:55 +05:30 committed by GitHub
parent 0d9656d939
commit 12c3a96c07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"] 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. 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.