From 785f3846728bdeb7afb0595551cbcea77de287bc Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Mon, 15 Jul 2024 18:46:50 +0200 Subject: [PATCH] Update README.md Signed-off-by: Lorenzo Mangani --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 185773d..1f62263 100644 --- a/README.md +++ b/README.md @@ -221,7 +221,7 @@ The expected response is `204` ### Query Let's launch the `sql` client using the `querier` gRPC API on port `8082` -* Using Binary: `./influxdb_iox --host http://localhost:8082 sql` +* Using Binary: `./influxdb3 --host http://localhost:8082 sql` * Using Docker: `docker run -ti --rm ghcr.io/metrico/iox:latest --host http://iox:8082 sql` #### [Flight SQL](https://github.com/influxdata/influxdb_iox/blob/main/docs/sql.md)