From 91df000ca82769a7578df81fa142d1a18e446bc0 Mon Sep 17 00:00:00 2001
From: Joe Mooring <joe.mooring@veriphor.com>
Date: Wed, 22 Nov 2023 16:05:23 +0000
Subject: [PATCH] Access Disqus shortname from canonical location (#660)

---
 README.md |   11 +++++++++--
 1 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 5981a71..d2b2363 100644
--- a/README.md
+++ b/README.md
@@ -96,9 +96,16 @@
 
 To enable comments, add following to your config file:
 
-- DISQUS: `disqusShortname = YOURSHORTNAME`
-- COMMENTO:
+- DISQUS:
+
+  ```toml
+  [services.disqus]
+    shortname = 'YOURSHORTNAME'
   ```
+
+- COMMENTO:
+
+  ```toml
   [params]
     commentoEnable = true
   ```

--
Gitblit v1.10.0