From 145bb3f8517c75051251eb9f1106939dec40def1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Mon, 30 Nov 2020 08:39:24 +0100 Subject: [PATCH] Minor typo fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39c04d6..f5ba3fa 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ mr update # Note: you can also use the -g flag or the CDIST_CONFIG_FILE environment variable. cp cdist.cfg ~/.cdist.cfg -# Use cdist as usual, from the cdist-workir repository! +# Use cdist as usual, from the cdist-workdir repository. cdist config -v [...] ```