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

Commit 2e4ffef

Browse files
authored
Merge pull request #72 from mmlb/patch-1
change quotes used for publishable content
2 parents 3a2b88e + 46ae195 commit 2e4ffef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ipns/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ are quite simple.
88
First, you'll need some content to publish:
99

1010
```
11-
$ echo 'Let\'s have some mutable fun!' | ipfs add
11+
$ echo "Let's have some mutable fun!" | ipfs add
1212
```
1313

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

0 commit comments

Comments
 (0)