We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 994d299 commit 61e9c63Copy full SHA for 61e9c63
README.md
@@ -73,7 +73,7 @@ const thinker = Thinker();
73
or
74
75
```javascript
76
-import Thinker from "https://deno.land/x/thinker-fts/dist/thinker.min.mjs";
+import Thinker from "https://deno.land/x/thinker/dist/thinker.min.mjs";
77
const thinker = Thinker();
78
```
79
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "thinker-fts",
3
- "version": "2.0.2",
+ "version": "2.0.3",
4
"description": "Pure Javascript/Node.js in-memory full text search engine.",
5
"author": "Hexagon <github.com/hexagon>",
6
"contributors": [
0 commit comments