Skip to content

Commit 4bf9826

Browse files
authored
Merge branch 'main' into csv-output
2 parents ced42c4 + b4594ef commit 4bf9826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Browse to your endpoint and use the built-in quackplay interface _(experimental)
106106
Query your API endpoint using curl GET/POST requests
107107

108108
```bash
109-
curl -X POST -d "SELECT 'hello', version()" "http://localhost:9999/?default_format=JSONCompact
109+
curl -X POST -d "SELECT 'hello', version()" "http://localhost:9999/?default_format=JSONCompact"
110110
```
111111
```json
112112
{

0 commit comments

Comments
 (0)