From ec934bda8bd8964d6a7ba4f3d13b9681def591f6 Mon Sep 17 00:00:00 2001 From: Greg Warner Date: Wed, 9 Oct 2024 09:15:56 -0600 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b22917..31bcccd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ docker run -it --rm -v /var/run/docker.sock:/var/run/docker.sock -v $(pwd)/check ## Example: -The compose file at `examples/docker-compose.yaml` containers several +The compose file at `examples/docker-compose.yaml` contains several compose services that behave in different ways. The checks file at `examples/checks.yaml` has example check definitions for each of the services in the compose file.