Skip to content

Commit 353d57f

Browse files
authored
Update README.md
1 parent 67c1871 commit 353d57f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ulong result = XXHash.Hash64(stream);
8080
If you'd like to run it asynchronously, use the async variant:
8181

8282
```csharp
83-
uint result = await MurmurHash3.Hash32(stream);
83+
uint result = await MurmurHash3.Hash32Async(stream);
8484
```
8585

8686
# Benchmarks

0 commit comments

Comments
 (0)