From e4adf02bfdbc82646740a202695b7ea526ec3d09 Mon Sep 17 00:00:00 2001 From: fabianunterstell Date: Mon, 6 Apr 2020 16:41:40 +0200 Subject: [PATCH] Update typo in README.md (#33) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e49759c..e3e8b5f 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Once the package is installed, the script should be run somewhat like the following. We suggest using tmux or screen as these can take a long time on larger servers. -`database.yml` should contain the keys that would be passed to psycopg2 to +`database.yaml` should contain the keys that would be passed to psycopg2 to connect to your database. They can be found in the contents of the `database`.`args` parameter in your homeserver.yaml.