From f2487741dc526ed979d1e0565f4cc8a976f710d1 Mon Sep 17 00:00:00 2001 From: Roberto Alvarez Date: Wed, 3 May 2017 11:06:34 -0500 Subject: [PATCH] Fix README typo Fixed a small typo/error with "the a" host --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c41c426..0dc42f4 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Then start any containers you want proxied with an env var `VIRTUAL_HOST=subdoma The containers being proxied must [expose](https://docs.docker.com/engine/reference/run/#expose-incoming-ports) the port to be proxied, either by using the `EXPOSE` directive in their `Dockerfile` or by using the `--expose` flag to `docker run` or `docker create`. -Provided your DNS is setup to forward foo.bar.com to the a host running nginx-proxy, the request will be routed to a container with the VIRTUAL_HOST env var set. +Provided your DNS is setup to forward foo.bar.com to the host running nginx-proxy, the request will be routed to a container with the VIRTUAL_HOST env var set. ### Image variants