From c2d23d32908c8003ab4890c7e98c2644b95c9056 Mon Sep 17 00:00:00 2001 From: SUMUKHA-PK Date: Mon, 4 Mar 2019 19:48:23 +0530 Subject: [PATCH] Suggested changes resolved --- INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 9f649c6dd..3d92c6dbf 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -95,7 +95,7 @@ test -f matrix_key.pem || ./bin/generate-keys -private-key matrix_key.pem Create config file, based on `dendrite-config.yaml`. Call it `dendrite.yaml`. Things that will need editing include *at least*: * `server_name` -* `database/*` ( All lines in the database section must have the username and password of the user created with the `createuser` command above. eg:`dendrite:password@localhost` ) +* `database/*` (All lines in the database section must have the username and password of the user created with the `createuser` command above. eg:`dendrite:password@localhost` ) ## Starting a monolith server