We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca49a74 commit c4dc342Copy full SHA for c4dc342
README.md
@@ -23,9 +23,9 @@ exception of the BigInt implementation of `sdbm`)
23
[Details →](http://www.cse.yorku.ca/~oz/hash.html#djb2)
24
25
```js
26
-import { dbj2 as hash } from '@dumbjs/quick-hash'
+import { djb2 as hash } from "@dumbjs/quick-hash";
27
// or
28
-// import { dbj2 as hash } from '@dumbjs/quick-hash/dbj2'
+// import { djb2 as hash } from '@dumbjs/quick-hash/djb2'
29
30
hash('hello') //=>261238937
31
```
0 commit comments