From 8a0f77be25b03eb1017c5a60cf84f72b57ed3297 Mon Sep 17 00:00:00 2001 From: RisingOpsNinja <175097282+RisingOpsNinja@users.noreply.github.com> Date: Tue, 9 Jul 2024 10:17:18 +0200 Subject: [PATCH] Fix a typo in the Docker URL There is a typo in the Docker URL in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c4f72e7..d92dd00 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ Clone this repository and build the image with `docker build (imagen Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/alpine) ```bash -docker pull docker.io/tiredofdit/alpine:(imagetag) +docker pull docker.io/tiredofit/alpine:(imagetag) ``` Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-alpine/pkgs/container/docker-alpine)