From 0385f8fce144a007c7234218baf42b0876d4dc55 Mon Sep 17 00:00:00 2001 From: Karatek_HD Date: Sun, 5 Jan 2020 13:53:15 +0100 Subject: [PATCH] Update README.md Fixed a mistake in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4945a43d5..ef854cecf 100644 --- a/README.md +++ b/README.md @@ -144,8 +144,8 @@ You should now be able to build your database URI. This will be: `sqldbtype://username:pw@hostname:port/db_name` -Replace sqldbtype with whichever db youre using (eg postgres, mysql, sqllite, etc) -repeat for your username, password, hostname (localhost?), port (5432?), and db name. +Replace username with your username, repeat for your password, hostname (localhost?), port (5432?), and db name. +Only postgres is supported. ## Modules ### Setting load order.