From 7c3ddb6772068c0f73d9b7d23f4c64005d263199 Mon Sep 17 00:00:00 2001 From: nat Date: Sun, 10 Mar 2024 11:55:41 -0700 Subject: [PATCH] Fix minor formatting error in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a32dc01..74bba43 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ To run the server, you'll need: * Node.js. If you've been blessed to have never needed to download Node on your device, you can end that streak now by visiting [the Node.js download page](https://nodejs.org/en/download) * PostgreSQL, which you'll need running. You can find information on how to install it on [the PostgreSQL download page](https://www.postgresql.org/download/) as well. -## Aside: Setting up Postgres +### Aside: Setting up Postgres By default this project assumes your PostgreSQL install has a user with the name "postgres" whose password is "postgres". Is that not the case? Either: * Change the configuration to use the right credentials. Open `./config/dev.exs` and find and edit: