Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit 9e80d3b

Browse files
boramalpervmx
authored andcommitted
chore: fix a typo in README.md (#47)
1 parent 1e1dcbc commit 9e80d3b

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
@@ -77,7 +77,7 @@ const encodedBuf = multibase.encode('base58btc', new Buffer('hey, how is it goin
7777

7878
const decodedBuf = multibase.decode(encodedBuf)
7979
console.log(decodedBuf.toString())
80-
// hey, how it going
80+
// hey, how is it going
8181
```
8282

8383
## API

0 commit comments

Comments
 (0)