Skip to content

Commit 61e9c63

Browse files
committed
Deno doc typo
1 parent 994d299 commit 61e9c63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ const thinker = Thinker();
7373
or
7474

7575
```javascript
76-
import Thinker from "https://deno.land/x/thinker-fts/dist/thinker.min.mjs";
76+
import Thinker from "https://deno.land/x/thinker/dist/thinker.min.mjs";
7777
const thinker = Thinker();
7878
```
7979

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "thinker-fts",
3-
"version": "2.0.2",
3+
"version": "2.0.3",
44
"description": "Pure Javascript/Node.js in-memory full text search engine.",
55
"author": "Hexagon <github.com/hexagon>",
66
"contributors": [

0 commit comments

Comments
 (0)