From 3eb7e0227f70ce8fa107b9ac3ee898d81c63db15 Mon Sep 17 00:00:00 2001 From: Espen Klem Date: Tue, 19 Mar 2019 09:14:15 +0100 Subject: [PATCH] info on where the search-index[version].js ... ...can be found --- demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/README.md b/demo/README.md index e2cf7e07..37319e67 100644 --- a/demo/README.md +++ b/demo/README.md @@ -2,7 +2,7 @@ Plain JavaScript exammple. Just some simple stuff to listen to button clicks, getting content from form and doing populating HTML when doing a search. -* `search-index.[version number].js` - The latest search-index for the browser in the `dist` folder, giving you the library through the global variable `searchIndex`. +* `../dist/search-index.[version number].js` - The latest search-index for the browser in the `dist` folder, giving you the library through the global variable `searchIndex`. * `search-app.js` - The actual search app. * `index.html` - A minimal web page with form fields for adding content and searching. -* `*.css` - Just some CSS to make it look okay in all browsers (also on mobile phones). \ No newline at end of file +* `*.css` - Just some CSS to make it look okay in all browsers (also on mobile phones).