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 e773721 commit cc1bb98Copy full SHA for cc1bb98
README.md
@@ -7,7 +7,7 @@ Tries support faster and more precise query executions related to those sequence
7
8
```ts
9
10
-import { Trie } from "https://deno.land/tries/mod.ts"
+import { Trie } from "https://deno.land/x/tries/mod.ts"
11
12
const trie = new Trie()
13
usage-example.ts
@@ -1,4 +1,4 @@
1
2
// import { Trie } from "./src/trie.ts"
3
4
0 commit comments