Commit 8efdb4f1 authored by David Brennan's avatar David Brennan

Put config keys in proper case

License: MIT
Signed-off-by: default avatarDavid Brennan <david.n.brennan@gmail.com>
parent 6779ff10
...@@ -38,13 +38,13 @@ file inside your IPFS repository. ...@@ -38,13 +38,13 @@ file inside your IPFS repository.
Examples: Examples:
Get the value of the 'datastore.path' key: Get the value of the 'Datastore.Path' key:
$ ipfs config datastore.path $ ipfs config Datastore.Path
Set the value of the 'datastore.path' key: Set the value of the 'Datastore.Path' key:
$ ipfs config datastore.path ~/.ipfs/datastore $ ipfs config Datastore.Path ~/.ipfs/datastore
`, `,
}, },
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment