update cli example for new query result format

This commit is contained in:
Ethan Buchman 2016-11-22 21:06:50 -05:00
parent ef3eb4a30e
commit 37b5cca87c
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
> query abc
-> code: OK
-> data: {Index=0 value=abc exists=true}
-> data: {{"index":0,"value":"abc","exists":true}}
> append_tx def=xyz
-> code: OK
@ -27,5 +27,5 @@
> query def
-> code: OK
-> data: {Index=1 value=xyz exists=true}
-> data: {{"index":1,"value":"xyz","exists":true}}