Fixed typo in connection string example
This commit is contained in:
parent
a3cb7c5817
commit
62ad192a6b
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user