From 039947ef85810d12b02fa3b58994035bacfc3a51 Mon Sep 17 00:00:00 2001 From: Antony Messerli Date: Mon, 6 Sep 2021 21:57:34 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9617dc9..adee821 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ docker run -d \ ghcr.io/netbootxyz/netbootxyz ``` -#### Updating the image with via docker-cli +#### Updating the image with docker-cli ```bash docker pull ghcr.io/netbootxyz/netbootxyz # pull the latest image down @@ -60,7 +60,7 @@ services: restart: unless-stopped ``` -#### Updating the image with via docker-compose +#### Updating the image with docker-compose ```bash docker-compose pull netbootxyz # pull the latest image down