From 74db0f9eb55c1a5d442eb85c15502fa2ff8034d7 Mon Sep 17 00:00:00 2001 From: Albert Borsos Date: Wed, 24 May 2023 17:27:17 +0200 Subject: [PATCH] fix typo in image name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a74c477..08c7787 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Clone this repository and build the image with `docker build -t (imagename) .` Builds of the image are available on [Docker Hub](https://hub.docker.com/r/tiredofit/nginx-php-fpm) ```bash -docker pull docker.io/tiredofdit/nginx-php-fpm:(imagetag) +docker pull docker.io/tiredofit/nginx-php-fpm:(imagetag) ``` Builds of the image are also available on the [Github Container Registry](https://github.com/tiredofit/docker-nginx-php-fpm/pkgs/container/docker-nginx-php-fpm)