about summary refs log tree commit diff stats
path: root/doc/config.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/config.md')
-rw-r--r--doc/config.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/config.md b/doc/config.md
index 4879621d..a044f719 100644
--- a/doc/config.md
+++ b/doc/config.md
@@ -259,7 +259,7 @@ Examples:
 ```
 # Enable cookies on the orange website for log-in.
 [[siteconf]]
-url = "^https://news.ycombinator.com/.*"
+url = '^https://news\.ycombinator\.com/.*'
 cookie = true
 
 # Redirect npr.org to text.npr.org.