From 8128a33d5410180797dac1dbad86303180403428 Mon Sep 17 00:00:00 2001 From: Andrey Arapov Date: Fri, 14 Jun 2019 23:12:12 +0200 Subject: [PATCH] typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c1f49c..8120312 100644 --- a/README.md +++ b/README.md @@ -34,10 +34,10 @@ docker swarm init docker service create \ --name test1 \ --mount type=bind,src=/tmp,dst=/usr/share/nginx/html \ - --detach healtcheck-test + --detach healthcheck-test ``` -### Watching the healtcheck +### Watching the health check ``` docker ps |grep test1