Skip to content

Commit e62c4a1

Browse files
committed
updated docs for breaking changes
1 parent 922f27e commit e62c4a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,15 @@ $ sqliteproxy --db ./examples/vt.db
3737
$ bg
3838
[1] + 23436 continued sqliteproxy --db ./examples/vt.db
3939
$ curl 'http://localhost:2048' \
40-
-d sql='select * from vt where md5 = "0060cc2e24f259545558ebd8834dc345"' -L | jq . # POST /
40+
-d sql="select * from vt where md5 = '0060cc2e24f259545558ebd8834dc345'" -L | jq . # POST /
4141
[
4242
{
4343
"md5": "0060cc2e24f259545558ebd8834dc345",
4444
"av_score": "7/61"
4545
}
4646
]
4747
$ curl 'http://localhost:2048' -G \
48-
--data-urlencode sql='select * from vt where md5 = "0060cc2e24f259545558ebd8834dc345"' -L | jq . # GET /
48+
--data-urlencode sql="select * from vt where md5 = '0060cc2e24f259545558ebd8834dc345'" -L | jq . # GET /
4949
[
5050
{
5151
"md5": "0060cc2e24f259545558ebd8834dc345",

0 commit comments

Comments
 (0)