From 46d476128d06e40e17d2b93c5d6e174b564cbbb6 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 5 Dec 2020 18:21:35 -0500 Subject: [PATCH] Add missing newline --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee53b137..f0cc3b8c 100644 --- a/README.md +++ b/README.md @@ -464,6 +464,7 @@ If you're on Windows, replace `"$(pwd)"` by the absolute path to your current di docker run -p 8080:8080 --mount type=bind,source=C:/Users/Chris/Desktop/config.yaml,target=/config/config.yaml --name gatus twinproduction/gatus ``` + ## Running the tests ```