diff --git a/docs/index.md b/docs/index.md index 14490385..818f2f67 100644 --- a/docs/index.md +++ b/docs/index.md @@ -155,7 +155,7 @@ postgrestools start Then, every command needs to add the `--use-server` options, e.g.: ```sh -echo "select 1" | biome check --use-server --stdin-file-path=dummy.sql +echo "select 1" | postgrestools check --use-server --stdin-file-path=dummy.sql ``` #### Daemon logs