Merge pull request #39 from iconara/patch-1
Change get -> keys in an example
This commit is contained in:
@ -226,7 +226,7 @@ curl -L http://127.0.0.1:4001/v1/keys/foo/foo_dir/bar -d value=barbarbar
|
|||||||
Let us list them next.
|
Let us list them next.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
curl -L http://127.0.0.1:4001/v1/get/foo/
|
curl -L http://127.0.0.1:4001/v1/keys/foo/
|
||||||
```
|
```
|
||||||
|
|
||||||
We should see the response as an array of items
|
We should see the response as an array of items
|
||||||
|
Reference in New Issue
Block a user