From cb24c16c1d9cfba38441fc149b5d4715b07b52e4 Mon Sep 17 00:00:00 2001 From: dec0dOS Date: Mon, 27 Jun 2022 20:16:08 +0300 Subject: [PATCH] docs: fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee27571..cfa9659 100755 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ The most simple one-minute installation. Great for the fresh VPS setup. curl -L -O https://raw.githubusercontent.com/dec0dOS/zero-ui/main/docker-compose.yml ``` 2. Replace `YOURDOMAIN.com` with your domain name in `docker-compose.yml` -3. Pull the images +3. Pull the image ```sh docker pull dec0dos/zero-ui ```