Skip to content

Commit

Permalink
ipns: Update publish messages to 'Published to <name>: <value>'
Browse files Browse the repository at this point in the history
Catching up with ipfs/kubo@e4447b3c (core/commands/publish: Fix
published message, 2015-05-07, ipfs/kubo#1208, landed 2015-05-20
after v0.3.4).
  • Loading branch information
wking committed May 27, 2015
1 parent 1cc7152 commit 0325d89
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 0325d89

Please sign in to comment.