Skip to content

Commit

Permalink
Merge 62bef57 into 4bf0d7e
Browse files Browse the repository at this point in the history
  • Loading branch information
slothbag committed Dec 13, 2017
2 parents 4bf0d7e + 62bef57 commit 492d473
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -69,9 +69,9 @@ ipfs.addJSON({ somevalue: 2, name: 'Nick' }, (err, result) => {
console.log(err, result);
});

// result null 'QmTp2hEo8eXRp6wg7jXv1BLCMh5a4F3B7buAUZNZUu772j'
// result null 'QmYzWWCvYhqU6d5VvRvVwgbpqM9J3HH8TMbns9UvFSSvBf'

ipfs.catJSON('QmTp2hEo8eXRp6wg7jXv1BLCMh5a4F3B7buAUZNZUu772j', (err, result) => {
ipfs.catJSON('QmYzWWCvYhqU6d5VvRvVwgbpqM9J3HH8TMbns9UvFSSvBf', (err, result) => {
console.log(err, result);
});

Expand Down

0 comments on commit 492d473

Please sign in to comment.