summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 26ea2b5..35f4504 100644
--- a/README.md
+++ b/README.md
@@ -153,7 +153,8 @@ BookEditPath = 'edit/master/exampleSite/content'
# - In blog posts
BookDateFormat = 'Jan 2, 2006'
-# (Optional, default true) Enables or disables search function with lunr.js
+# (Optional, default true) Enables search function with lunr.js,
+# Index is built on fly, therefore it might slowdown your website.
BookSearch = true
```