Skip to content

Commit e56b7e8

Browse files
committedFeb 19, 2025·
chore: update readme
1 parent 9de88d3 commit e56b7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The input is first [serialized](#serializeinput) then it is [hashed](#digeststr)
5858
```js
5959
import { hash } from "ohash";
6060

61-
// "g82Nh7Lh3C"
61+
// "g82Nh7Lh3CURFX9zCBhc5xgU0K7L0V1qkoHyRsKNqA4"
6262
console.log(hash({ foo: "bar" }));
6363
```
6464

0 commit comments

Comments
 (0)
Please sign in to comment.