mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-14 09:57:12 +08:00
Merge pull request #2298 from ipfs/feature/example-name-change
Normalised Example heading, added dollar sign to examples
This commit is contained in:
@ -305,7 +305,7 @@ Data should be in the format specified by the --inputenc flag.
|
||||
|
||||
Examples:
|
||||
|
||||
echo '{ "Data": "abc" }' | ipfs object put
|
||||
$ echo '{ "Data": "abc" }' | ipfs object put
|
||||
|
||||
This creates a node with the data 'abc' and no links. For an object with links,
|
||||
create a file named 'node.json' with the contents:
|
||||
@ -319,9 +319,9 @@ create a file named 'node.json' with the contents:
|
||||
} ]
|
||||
}
|
||||
|
||||
and then run
|
||||
And then run:
|
||||
|
||||
ipfs object put node.json
|
||||
$ ipfs object put node.json
|
||||
`,
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user