summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <dessalines@users.noreply.github.com>2019-07-14 12:47:04 -0700
committerGitHub <noreply@github.com>2019-07-14 12:47:04 -0700
commitd37b3d5d945c75416784666ef724e4998709bd10 (patch)
tree199bb310b7a16a3b446a50edb41a9f6351c6bd20
parent9bc9741e64f1dc2202ebced4eb8e14bc7a713d19 (diff)
parent8215f7e21884c8e4ff692d19117d2a0e85bb62a5 (diff)
Merge pull request #177 from fearghasmr/README-wrong-link
postgres link should link to postgres not sqlite
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index d11f805d..74081471 100644
--- a/README.md
+++ b/README.md
@@ -104,7 +104,7 @@ Now go to http://localhost:4444. It automatically proxies to localhost, both if
#### 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