diff options
Diffstat (limited to 'docs/get-started-cli.md')
-rw-r--r-- | docs/get-started-cli.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/get-started-cli.md b/docs/get-started-cli.md index a1ffa4f..22c0a0f 100644 --- a/docs/get-started-cli.md +++ b/docs/get-started-cli.md @@ -54,7 +54,7 @@ EOF ## Query the API ```console -curl 'http://localhost:8081' --data ' +curl 'http://localhost:8081/api/query' --data ' SELECT { name: restaurant.name, |