Skip to content

Commit

Permalink
README grammar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
szTheory authored and olivernn committed Jun 13, 2020
1 parent 9e851a9 commit b6bc238
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var idx = lunr(function () {
})
```

Then searching is as simple:
Then searching is as simple as:

```javascript
idx.search("love")
Expand Down

0 comments on commit b6bc238

Please sign in to comment.