Fixed typo in connection string example

This commit is contained in:
Steven Cothren 2014-10-25 11:15:02 -05:00
parent a3cb7c5817
commit 62ad192a6b

View File

@ -53,7 +53,7 @@ pgweb --host localhost --user myuser --db mydb
You can also specify a connection URI instead of individual flags:
```
pgweb --url postgresql://user:password@host:port/database
pgweb --url postgres://user:password@host:port/database
```
It works great with [Heroku Postgres](https://postgres.heroku.com) if you need