Skip to content

Commit 45873ca

Browse files
committed
github did *not* like one-line fenced code blocks
- updating to improve rendering on github.com
1 parent 99130b3 commit 45873ca

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,11 @@ Dockerized version of the [pgcli](http://pgcli.com/) tool for postgres.
55

66
1. Pull the docker image: `docker pull dencold/pgcli`
77
2. Run the container: `docker run -it --rm dencold/pgcli DB_URL`
8-
3. Or, if you already have a postgres container, you can just do this:
9-
```docker run -it --link my-postgres:postgres --rm dencold/pgcli```
8+
3. Or, if you already have a postgres container, you can just do this: `docker run -it --link my-postgres:postgres --rm dencold/pgcli`
109

1110
Note that *DB_URL* is in the format of:
1211

13-
```postgresql://user:password@host:port/dbname```
12+
`postgresql://user:password@host:port/dbname`
1413

1514
For more information on database connection strings, see the [postgres documentation](http://www.postgresql.org/docs/current/static/libpq-connect.html#LIBPQ-CONNSTRING).
1615

0 commit comments

Comments
 (0)