Skip to content

Commit 549248d

Browse files
chore: fix doc command (#450)
1 parent 9f480dc commit 549248d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ postgrestools start
157157
Then, every command needs to add the `--use-server` options, e.g.:
158158

159159
```sh
160-
echo "select 1" | biome check --use-server --stdin-file-path=dummy.sql
160+
echo "select 1" | postgrestools check --use-server --stdin-file-path=dummy.sql
161161
```
162162

163163
#### Daemon logs

0 commit comments

Comments
 (0)