summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorfearghasmr <50159043+fearghasmr@users.noreply.github.com>2019-07-14 15:02:20 -0400
committerfearghasmr <50159043+fearghasmr@users.noreply.github.com>2019-07-14 15:02:20 -0400
commitad1355a6358607beb4aaf2d5324695f659e871a4 (patch)
tree6306f086708b7a7ab9aded262fb1f196ed3d497a /README.md
parent026af39053fcf1703628fdee64b9518ea401a19f (diff)
postgres link should link to postgres not sqlite
Diffstat (limited to 'README.md')
-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