Skip to content

Commit 71191ec

Browse files
📚 docs(README): Add missing import in code snippet.
1 parent d769ac8 commit 71191ec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ SHA2 bytestring hashing for JavaScript.
55
See [docs](https://string-hashing.github.io/sha2/index.html).
66

77
```js
8+
import {alloc} from '@array-like/alloc';
89
import * as ascii from '@codec-bytes/ascii';
910
import * as base16 from '@codec-bytes/base16';
1011
import {sha512} from '@string-hashing/sha2';

0 commit comments

Comments
 (0)