Skip to content

Commit

Permalink
Fix minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
creationix committed Apr 30, 2020
1 parent a7f4ce8 commit f03494e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ implementing a new codec you can get everything you need from the Block API: enc
decoding, cid creation w/ hashing.

```javascript
const block = require('@ipld/block')
const Block = require('@ipld/block')

const b1 = Block.encoder({ hello: 'world' }, 'dag-cbor')

Expand Down

0 comments on commit f03494e

Please sign in to comment.