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

Commit

Permalink
docs(readme): put instead of add
Browse files Browse the repository at this point in the history
  • Loading branch information
nicola authored and dignifiedquire committed Sep 12, 2016
1 parent 828cd44 commit e9155df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ const node = {
}
}
const mh = ipld.multihash(ipld.marshal(node))
ipldService.add(node, (err) => {
ipldService.put(node, (err) => {
resolve(ipldService, `${mh}/hello/world`, (err, res) => {
console.log(res)
// => 11
Expand Down

0 comments on commit e9155df

Please sign in to comment.