diff --git a/README.md b/README.md index f8fb420..fa3e083 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Web-based PostgreSQL database browser written in Go. Pgweb is a web-based database browser for PostgreSQL, written in Go and works on OSX, Linux and Windows machines. Main idea behind using Go for backend development -is to utilize ability of the compiler to produce zero-dependency binaries for +is to utilize ability of the compiler to produce zero-dependency binaries for multiple platforms. Pgweb was created as an attempt to build very simple and portable application to work with local or remote PostgreSQL databases. @@ -49,12 +49,12 @@ Please get in touch via: https://goo.gl/forms/euQOGWg5uPdPH70b2 ## Demo -Visit https://pgweb-demo.herokuapp.com to see pgweb in action. +Visit https://pgweb-demo.fly.dev/ to see pgweb in action. ## Installation -- [Precompiled binaries](https://github.com/sosedoff/pgweb/releases) for supported -operating systems are available. +- [Precompiled binaries](https://github.com/sosedoff/pgweb/releases) for supported + operating systems are available. - [More installation options](https://github.com/sosedoff/pgweb/wiki/Installation) ## Usage