Skip to content

Commit

Permalink
Deno doc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexagon committed Mar 13, 2022
1 parent 994d299 commit 61e9c63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ const thinker = Thinker();
or

```javascript
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";
const thinker = Thinker();
```

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thinker-fts",
"version": "2.0.2",
"version": "2.0.3",
"description": "Pure Javascript/Node.js in-memory full text search engine.",
"author": "Hexagon <github.com/hexagon>",
"contributors": [
Expand Down

0 comments on commit 61e9c63

Please sign in to comment.