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:
Diffstat (limited to 'README.md')
-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