Skip to content

Commit b4594ef

Browse files
authored
Fix example in Readme (#39)
1 parent f8f5388 commit b4594ef

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)