diff --git a/README.md b/README.md index 2a1c6cb..3b4362a 100644 --- a/README.md +++ b/README.md @@ -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