Skip to content

Commit b602f63

Browse files
authored
fix: typo (#192)
1 parent 67f22c4 commit b602f63

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
@@ -123,7 +123,7 @@ export const { name, code, encode, decode } = {
123123
This library defines [`MultihashHasher` and `MultihashDigest` interfaces](https://github.com/multiformats/js-multiformats/blob/master/src/hashes/interface.ts) and convinient function for implementing them:
124124

125125
```js
126-
import * as hasher from 'multiformats/hashes/hasher')
126+
import * as hasher from 'multiformats/hashes/hasher'
127127

128128
const sha256 = hasher.from({
129129
// As per multiformats table

0 commit comments

Comments
 (0)