Commit 65001365 authored by Jeromy Johnson's avatar Jeromy Johnson Committed by GitHub

Merge pull request #3365 from davbre/master

Put config keys in proper case
parents 6779ff10 8efdb4f1
......@@ -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
`,
},
......
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