From f4687935ad262564381606cc174b821f6621822c Mon Sep 17 00:00:00 2001 From: psy <psy@darmstadt.ccc.de> Date: Mon, 26 Oct 2020 12:59:28 +0100 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7ce5d0..3772684 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Files -All configuration is to be placed inside the `filaes` dict. +All configuration is to be placed inside the `files` dict. This dict is a <key>:<value> mapping. With <key> being the path of a file, for example '/boo/bar'. <value> is a *fileconfig* dict, see below. -- GitLab