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

Commit

Permalink
Merge pull request #12 from wking/update-published-output
Browse files Browse the repository at this point in the history
ipns: Update publish messages to 'Published to <name>: <value>'
  • Loading branch information
jbenet committed Jul 11, 2015
2 parents 18fef37 + 0325d89 commit ba8bb5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/ipns/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ note the hash that was output, and publish that hash out to the network:

```
$ ipfs name publish <that hash>
Published name <your peer ID> to <that hash>
Published to <your peer ID>: <that hash>
```

Now, to test that it worked, you could try a couple of different things:
Expand Down Expand Up @@ -43,7 +43,7 @@ $ echo "Look! Things have changed!" | ipfs add
Next, take the hash from there and...
```
$ ipfs name publish <the new hash>
Published name <your peer ID> to <the new hash>
Published to <your peer ID>: <the new hash>
```

Viola! Now, if you resolve that entry again, you'll see your new object.
Expand Down

0 comments on commit ba8bb5d

Please sign in to comment.