From f1f4edf247db03fab60189049df2ad80cd765c59 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 2 Dec 2022 14:45:07 -0600 Subject: [PATCH] Update link to demo page --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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