diff --git a/README.md b/README.md index b6c3750d1..9309ce5df 100644 --- a/README.md +++ b/README.md @@ -95,7 +95,7 @@ and goto http://localhost:8536 #### Requirements - [Rust](https://www.rust-lang.org/) - [Yarn](https://yarnpkg.com/en/) -- [Postgres](https://www.sqlite.org/index.html) +- [Postgres](https://www.postgresql.org/) #### Set up Postgres DB ``` psql -c "create user rrr with password 'rrr' superuser;" -U postgres