Put config keys in proper case

License: MIT
Signed-off-by: David Brennan <david.n.brennan@gmail.com>
This commit is contained in:
David Brennan 2016-11-07 08:13:56 +01:00
parent 6779ff1021
commit 8efdb4f1df

View File

@ -38,13 +38,13 @@ file inside your IPFS repository.
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
`,
},