Fix readme bash syntax

This commit is contained in:
calebmer
2015-10-11 16:51:52 -04:00
parent fdcf074dfd
commit 2cbf2af6c7
+1 -1
View File
@@ -24,7 +24,7 @@ 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 \