From 4ca30be39834eb4b0a64ef0a68636bf45fb4e131 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 7 Sep 2022 11:45:28 +0200 Subject: [PATCH] Minor fix in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14e976c..98e64d4 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ While this module provides widely used aliases for some checks, it doesn't attempt to cover every project's idiosyncrasies. Instead, it provides a mechanism for creating project-specific aliases for built-in checks. Specifically, the desired aliases can be specified as key-value pairs -in the `autoconf.aliases` map with key being the new name and the value -- +in the `autoconf.aliases` map with the key being the new name and the value -- old/existing. For example: ```