Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SilentCicero committed Dec 14, 2016
1 parent d624ad3 commit 362c5ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ ipfs.add('hello world!', (err, result) => {
console.log(err, result);
});

// result null 'emTd2hEo8eXRp6wg7jXv1BLCMh5a4F3B7buAUZNZUu7sdj'
// result null 'QmTp2hEo8eXRp6wg7jXv1BLCMh5a4F3B7buAUZNZUu772j'

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

Expand Down

0 comments on commit 362c5ac

Please sign in to comment.