Skip to content

Commit dd01bb7

Browse files
readme fix
1 parent c144033 commit dd01bb7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,8 @@ $ fg
107107
^C
108108
```
109109

110-
## Parameterized Queries (must use HTTP POST with content-type=application/json. 'params' element must be an array in request body)
110+
## Parameterized Queries
111+
Must use HTTP POST with content-type=application/json. 'params' element must be an array in request body
111112
```console
112113
$ sqliteproxy --db currenttime.sqlite
113114
$ curl -i -X POST -H "Content-Type: application/json" -d "{\"sql\":\"select DATETIME(?) AS UTC_ISO\",\"params\":[\"now\"]}" http://localhost:2048

0 commit comments

Comments
 (0)