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
This commit is contained in:
parent
6982a2ff61
commit
bd3441d952
1 changed files with 6 additions and 0 deletions
|
|
@ -77,6 +77,12 @@ docsearch({
|
|||
</script>
|
||||
```
|
||||
|
||||
You can also install docsearch via `npm`:
|
||||
|
||||
```sh
|
||||
npm install --save docsearch.js
|
||||
```
|
||||
|
||||
## Customization
|
||||
|
||||
The default colorscheme is white and gray:
|
||||
|
|
|
|||
Loading…
Reference in a new issue