aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-09-13 23:10:41 +0200
committerLoïc Hoguin <[email protected]>2011-09-13 23:10:41 +0200
commit961526d70406d26b1d172c2cce72cae2b593f72a (patch)
treebcc4d3cfd17244d68469bb0f07ead5cdb8beaa4f
parent55ba8dc4daf3e3a49267ad6379802739498de534 (diff)
downloadcowboy-961526d70406d26b1d172c2cce72cae2b593f72a.tar.gz
cowboy-961526d70406d26b1d172c2cce72cae2b593f72a.tar.bz2
cowboy-961526d70406d26b1d172c2cce72cae2b593f72a.zip
Improve the Cowboy definition in the README
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 04a927c..2a81319 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,9 @@ Cowboy
Cowboy is a small, fast and modular HTTP server written in Erlang.
+Cowboy is also a socket acceptor pool, able to accept connections
+for any kind of TCP protocol.
+
Goals
-----