Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
danawoodman authored Jul 18, 2023
1 parent 9c278a9 commit 04e533d
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 @@ -445,12 +445,12 @@ There are 3 types of indexes:

The most of you probably need just one of them according to your scenario.

### ESM / ES6 Modules (Browser:
### ESM / ES6 Modules (Browser):

```js
import Index from "flexsearch/dist/module";
import Worker from "flexsearch/dist/module/worker";
import Doc from "flexsearch/dist/module/document";
import Document from "flexsearch/dist/module/document";

const index = new Index(options);
const document = new Document(options);
Expand Down

0 comments on commit 04e533d

Please sign in to comment.