Fix readme bash syntax
This commit is contained in:
@@ -24,9 +24,9 @@ your own projects.
|
|||||||
Download the binary ([latest release](https://github.com/begriffs/postgrest/releases/latest)) and invoke like so:
|
Download the binary ([latest release](https://github.com/begriffs/postgrest/releases/latest)) and invoke like so:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
postgrest postgres://postgres:foobar@localhost:5432/my_db
|
postgrest postgres://postgres:foobar@localhost:5432/my_db \
|
||||||
--port 3000 \
|
--port 3000 \
|
||||||
--schema public \
|
--schema public \
|
||||||
--anonymous postgres \
|
--anonymous postgres \
|
||||||
--pool 200
|
--pool 200
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user