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

Commit

Permalink
change quotes used for publishable content
Browse files Browse the repository at this point in the history
Single quote strings are literal strings (per posix), so no escaping ever happens within the strings. The example was non-functioning if anyone wanted to play along at home.
  • Loading branch information
mmlb committed Jan 19, 2017
1 parent 3a2b88e commit 46ae195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/ipns/readme.md
Expand Up @@ -8,7 +8,7 @@ are quite simple.
First, you'll need some content to publish:

```
$ echo 'Let\'s have some mutable fun!' | ipfs add
$ echo "Let's have some mutable fun!" | ipfs add
```

Note the hash that was printed out, and use it here to publish it to the network:
Expand Down

0 comments on commit 46ae195

Please sign in to comment.