From 62ad192a6bd165dcb8c0a31d6fefc93d6e50c110 Mon Sep 17 00:00:00 2001 From: Steven Cothren Date: Sat, 25 Oct 2014 11:15:02 -0500 Subject: [PATCH] Fixed typo in connection string example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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