From 435a8ba30a0e0366d1203992e712bc636b71c19d Mon Sep 17 00:00:00 2001 From: Jason Wilder Date: Mon, 5 May 2014 14:15:18 -0600 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c58f1c..131602d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -nginx-proxy sets up a container running nginx and [docker-gen][1]. docker-gen generate reverse proxy configs for nginx and reloads nginx when containers they are started and stop. +nginx-proxy sets up a container running nginx and [docker-gen][1]. docker-gen generate reverse proxy configs for nginx and reloads nginx when containers they are started and stopped. See [Automated Nginx Reverse Proxy for Docker][2] for why you might want to use this.