From bf0a9190c82946b9d6be6815993b281989205432 Mon Sep 17 00:00:00 2001 From: Scott Kirkpatrick Date: Sun, 9 Feb 2020 11:19:04 -0500 Subject: [PATCH] Minor spelling mistake in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b1b8a4..9838395 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,7 @@ The primary docker tags / versions are explained in the following table. [Click | tag | architecture | description | Dockerfile | | --- | ------------ | ----------- | ---------- | | `latest` | auto detect | x86, arm, or arm64 container, docker auto detects your architecture. | [Dockerfile](https://github.com/pi-hole/docker-pi-hole/blob/master/Dockerfile_amd64) | -| `v4.0.0-1` | auto detect | Versioned tags, if you want to pin against a specific version, use one of thesse | | +| `v4.0.0-1` | auto detect | Versioned tags, if you want to pin against a specific version, use one of these | | | `v4.0.0-1_` | based on tag | Specific architectures tags | | | `dev` | auto detect | like latest tag, but for the development branch (pushed occasionally) | |