From bd3441d952c90832b986f2e171f4f761ca549e64 Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Fri, 10 Feb 2017 13:33:42 +0100 Subject: [PATCH] docs(readme): add installation instructions on npm (#169) docsearch is published on npm too, but it's a bit confusing that it's actually published as `docsearch.js`, so this should definitely be put somewhere in the README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 929770a6..4c45216d 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,12 @@ docsearch({ ``` +You can also install docsearch via `npm`: + +```sh +npm install --save docsearch.js +``` + ## Customization The default colorscheme is white and gray: