From 9f9bebf99cef5fb77990ea4d25b6415abd4148ad Mon Sep 17 00:00:00 2001 From: "Tristan B. Kildaire" Date: Sun, 5 Jun 2016 12:07:22 +0200 Subject: [PATCH] Update setting-up.md --- doc/setting-up.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/setting-up.md b/doc/setting-up.md index 3017d11..2c63a5b 100644 --- a/doc/setting-up.md +++ b/doc/setting-up.md @@ -37,7 +37,7 @@ First your will be asked what data-storage system you would like to use. We supp **First** [Install and Configure Postgres database](database/postgres/postgres.md). **Then** fill in the fields below: -* **Hostname or IP Address** - This is the hostname or IP address of your PostreSQL server (I would run it locally on 127.0.0.1 to be safe). +* **Hostname or IP Address** - This is the hostname or IP address of your Postres server (I would run it locally on 127.0.0.1 to be safe). * **Port number** - This is the port that your Postgres server is running on. * **Username** - The username for Postgres. * **Password** - The password for Postgres.