mirror of
https://github.com/nextapps-de/flexsearch.git
synced 2025-09-03 02:42:53 +02:00
Fix typos
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user