aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaussel Loïc <[email protected]>2018-04-11 16:08:34 +0200
committerXhmikosR <[email protected]>2018-04-11 17:08:34 +0300
commit5f546f570860c0a71da254546c059e6781b0f3b4 (patch)
treeebf9eb30a573cda9e967bd05a678c4470e454cb3
parentee1a22812b56a987fe6e9694703bb5ecd25ee212 (diff)
downloadbootstrap-5f546f570860c0a71da254546c059e6781b0f3b4.tar.xz
bootstrap-5f546f570860c0a71da254546c059e6781b0f3b4.zip
update README.md - debug search option is now in application.js (#26263)
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2231dd0db..c7f6024cf 100644
--- a/README.md
+++ b/README.md
@@ -105,7 +105,7 @@ Have a bug or a feature request? Please first read the [issue guidelines](https:
Bootstrap's documentation, included in this repo in the root directory, is built with [Jekyll](https://jekyllrb.com/) and publicly hosted on GitHub Pages at <https://getbootstrap.com/>. The docs may also be run locally.
-Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in the `_scripts.html` include.
+Documentation search is powered by [Algolia's DocSearch](https://community.algolia.com/docsearch/). Working on our search? Be sure to set `debug: true` in `assets/js/application.js` file.
### Running documentation locally