From a75df2ecf95f019db780a3def358e72b10c5b0ed Mon Sep 17 00:00:00 2001 From: Silas Mahler Date: Mon, 25 May 2020 17:06:32 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a61eb7..c68e3d6 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ##### Run a dns proxy in docker with wildcard host support -This is intended to be used within (but not limited to) a local docker development environment, typically in combination with some type of reverse proxy that supports virtualhosts like nginx. In this configuration, `docker-dns` allows you to simplify local container access by automatically setting up easier doamins like `hello.docker` +This is intended to be used within (but not limited to) a local docker development environment, typically in combination with some type of reverse proxy that supports virtualhosts like nginx. In this configuration, `docker-dns` allows you to simplify local container access by automatically setting up easier domains like `hello.docker` #### Quickstart: