From 3d1daf44c8b0b17698be7d34a7b5cd832183b575 Mon Sep 17 00:00:00 2001 From: Robert Gieseke Date: Thu, 3 Apr 2025 11:52:23 +0200 Subject: [PATCH] Fix example in Readme --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 2328940..40a8786 100644 --- a/docs/README.md +++ b/docs/README.md @@ -106,7 +106,7 @@ Browse to your endpoint and use the built-in quackplay interface _(experimental) Query your API endpoint using curl GET/POST requests ```bash -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" ``` ```json {