about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/README.md b/README.md
index e318520..41f2d5e 100644
--- a/README.md
+++ b/README.md
@@ -119,19 +119,14 @@ params:
 
 ### Disqus
 
-You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to the `params` in your config file.
+You can optionally enable a comment system powered by Disqus for the posts. Simply add the variable `disqusShortname` to  your config file.
 
 **TOML**
 ```toml
-[params]
-  disqusShortname = "spf13"
+disqusShortname = "spf13"
 ```
 
-**YAML**
-```yaml
-params:
-  disqusShortname: "spf13"
-```
+> **Note:** Previous version 1.0 the Disqus shortname had to be defined inside the `[params]` block.
 
 ## Author
 **Mark Otto**