Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/VVelox/hugo-dusky-neon-potato.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-22 22:59:21 +0300
committerZane C. Bowers-Hadley <vvelox@vvelox.net>2018-09-22 22:59:21 +0300
commit203288c6f4ecfd1f4eafff04250d6502c8097600 (patch)
tree930eff9a9b99a901e015548588015aeb995a3b7d
parentf6e9692284ff15fe57ac53f1dad450a802211f53 (diff)
change the name of for enable graphing in the frontmatter
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 69e1f1b..012d4f3 100644
--- a/README.md
+++ b/README.md
@@ -39,12 +39,12 @@ Use short code for Image Zoom.
### Graphing
-To enable graphing, you first need to set 'graphing_enabled' to true in frontmatter
+To enable graphing, you first need to set 'graphing' to true in frontmatter
as below. With out that, none of the shortcodes will work properly as the required
CSS and JS will not be included in the header.
```
-graphing_enabled = true
+graphing = true
```
## Configuration