Skip to content

Commit

Permalink
Merge pull request #129 from vitonsky/patch-1
Browse files Browse the repository at this point in the history
docs(#128): add info about lunr
  • Loading branch information
praveenn77 authored Dec 9, 2023
2 parents a7bab6a + d85da5f commit 3e4350c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ For older version of node use `docusaurus-lunr-search` version `2.1.0`
(`npm i docusaurus-lunr-search@2.1.0`)

## How to Use ?
1. Install this package
1. Install this package and [lunr](https://www.npmjs.com/package/lunr)
```
npm i docusaurus-lunr-search --save
npm i docusaurus-lunr-search lunr --save
```
2. Then run `npm install` to update, build, and link the packages
```
Expand Down

0 comments on commit 3e4350c

Please sign in to comment.