From 318a8a9f198981b7662a9c9463d3353e742127b1 Mon Sep 17 00:00:00 2001 From: Linh Vo Date: Fri, 24 Mar 2017 09:56:14 -0500 Subject: [PATCH] fix README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f7e44f3ed..9943bf15f 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ Optionally, you can specify the column label on database creation: ```sh $ curl -XPOST "http://127.0.0.1:10101/db" \ - -d '{"db": "sample-db", "columnLabel": "user"}' + -d '{"db": "sample-db", "options": {"columnLabel": "user"}}' ``` The frame `collaboration` may be created using the following call: @@ -157,7 +157,7 @@ It is possible to specify the frame row label on frame creation: ```sh $ curl -XPOST "http://127.0.0.1:10101/frame" \ - -d '{"db": "sample-db", "frame": "collaboration"}, "options": {"rowLabel": "project"}}' + -d '{"db": "sample-db", "frame": "collaboration", "options": {"rowLabel": "project"}}' ``` ### Queries