aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-04-03 15:45:35 +0200
committerLoïc Hoguin <[email protected]>2011-04-03 15:45:55 +0200
commit44f0eecdcf206f0ae240103cdc616e13c9dd1c7f (patch)
tree4d34978631a0e89de8a6d81835ae173635d426d8
parenta8af32c54ba35dde5edd11c5be720c1883f54335 (diff)
downloadcowboy-44f0eecdcf206f0ae240103cdc616e13c9dd1c7f.tar.gz
cowboy-44f0eecdcf206f0ae240103cdc616e13c9dd1c7f.tar.bz2
cowboy-44f0eecdcf206f0ae240103cdc616e13c9dd1c7f.zip
Fix a grammar error reported by DeadZen on IRC.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c106cf0..a3551b3 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ Getting Started
---------------
Cowboy can be started and stopped like any other application. However, the
-Cowboy application do not start any listener, those must be started manually.
+Cowboy application does not start any listener, those must be started manually.
A listener is a special kind of supervisor that handles a pool of acceptor
processes. It also manages all its associated request processes. This allows