Skip to content

Commit 3434fe8

Browse files
authored
Merge pull request #46 from simon-visser/patch-1
Add import statement to Readme.md
2 parents 94b9943 + 477bd08 commit 3434fe8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ objects to be searched.
3939
For example, a simple use of JS Search would be as follows:
4040

4141
```javascript
42+
import * as JsSearch from 'js-search';
43+
4244
var theGreatGatsby = {
4345
isbn: '9781597226769',
4446
title: 'The Great Gatsby',

0 commit comments

Comments
 (0)