We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ced42c4 + b4594ef commit 4bf9826Copy full SHA for 4bf9826
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