Merge pull request #6 from stevencothren/readme_fix

Fixed typo in connection string example
This commit is contained in:
Dan Sosedoff
2014-10-25 12:46:16 -05:00

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