From 89d13993049aaa9b5d79c967f027ef954978148c Mon Sep 17 00:00:00 2001 From: Theo Hultberg Date: Wed, 31 Jul 2013 15:09:24 +0200 Subject: [PATCH] Change get -> keys in an example One of the examples in the readme used the path `/v1/get/foo` instead of `/v1/keys/foo`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6c72c541..bfa089908 100644 --- a/README.md +++ b/README.md @@ -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. ```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