nginx/README.md: Fix 'neet' -> 'need' typo
authorW. Trevor King <wking@tremily.us>
Thu, 7 Aug 2014 19:46:44 +0000 (12:46 -0700)
committerW. Trevor King <wking@tremily.us>
Fri, 22 Aug 2014 16:16:19 +0000 (09:16 -0700)
nginx/README.md

index 6bb768bf5d134b284915cec5917ea10b1e647a97..d7f3ffa512aff3a45aa13aeb16b892aaebb49e8d 100644 (file)
@@ -4,7 +4,7 @@ Run this [Nginx][] image with:
 
 [volume-mounting][volume-mount] your content under the container's
 `/var/www/localhost/htdocs`.  You can also mount volumes from other
-containers and serve their data, although you may neet to tweak the
+containers and serve their data, although you may need to tweak the
 config to serve from an alternative location.  Adjusting this image to
 serve from a configurable `$HTTP_ROOT` wouldn't be too difficult
 either.