From 2cbf2af6c79769c3276161275c51b848c2d06efa Mon Sep 17 00:00:00 2001 From: calebmer Date: Sun, 11 Oct 2015 16:51:52 -0400 Subject: [PATCH] Fix readme bash syntax --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd8d92c10..121c4f38d 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ your own projects. Download the binary ([latest release](https://github.com/begriffs/postgrest/releases/latest)) and invoke like so: ```bash -postgrest postgres://postgres:foobar@localhost:5432/my_db - --port 3000 \ - --schema public \ +postgrest postgres://postgres:foobar@localhost:5432/my_db \ + --port 3000 \ + --schema public \ --anonymous postgres \ --pool 200 ```