We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f5388 commit b4594efCopy full SHA for b4594ef
docs/README.md
@@ -106,7 +106,7 @@ Browse to your endpoint and use the built-in quackplay interface _(experimental)
106
Query your API endpoint using curl GET/POST requests
107
108
```bash
109
-curl -X POST -d "SELECT 'hello', version()" "http://localhost:9999/?default_format=JSONCompact
+curl -X POST -d "SELECT 'hello', version()" "http://localhost:9999/?default_format=JSONCompact"
110
```
111
```json
112
{
0 commit comments