From 4b768d3050ca603597f7aea3cb4ca9c1dcc51aef Mon Sep 17 00:00:00 2001 From: Christian Fei <crifei93@gmail.com> Date: Mon, 15 Dec 2014 20:50:54 +0100 Subject: [PATCH] added bower install in readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1050b27..0dc5793 100755 --- a/README.md +++ b/README.md @@ -40,11 +40,16 @@ layout: none ] ``` -- Grab a copy of `dest/jekyll-search.js` and include it in your page +- initialize the library ( [options](#options) ) -- This will make the library available on the window object through `SimpleJekyllSearch` -- initialize the library following the available [options](#options) + +# Install with bower + +``` +bower install simple-jekyll-search +``` +