From de8a9a1d7846efe7d8100bed7265ac3e42dcb9c3 Mon Sep 17 00:00:00 2001 From: Matthew Faltys Date: Fri, 2 Mar 2018 09:45:35 -0600 Subject: [PATCH] Fix typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 103cc63..099a55c 100644 --- a/readme.md +++ b/readme.md @@ -37,7 +37,7 @@ This project makes use of the `make` command. The following commands are support * `aci`: builds an ACI image * `test_docker`: tests the docker image * `test_aci`: tests the ACI image -* `clean: cleans the project directory of any temp files +* `clean`: cleans the project directory of any temp files ## Configuration This bot takes advantage of the gcfg configuration which follows the INI