From 7296c5ec4b1e03ba58ff942fb2271e66bd39f1ca Mon Sep 17 00:00:00 2001 From: Mohammed Makhlouf Date: Sun, 3 Nov 2019 11:00:43 +0400 Subject: [PATCH] Small typo in get command example fixed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc09b0..fbd9fde 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ $ ./bin/bayard set 11 '{"text":"Bayard is a full text search and indexing server Getting a document is as following: ```text -$ ./bin/bayard get 1 | jq . +$ ./bin/bayard get 11 | jq . ``` You can see the result in JSON format. The result of the above command is: