Fix word count heading typo in README.md (#222)
The heading says "Word Contributing" where it should say "Word Count"
This commit is contained in:
parent
574276fc0f
commit
9fe175d2aa
|
@ -134,7 +134,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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue