aboutsummaryrefslogtreecommitdiffstats
path: root/ebin
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-09-29 22:46:26 +0200
committerLoïc Hoguin <[email protected]>2016-09-29 22:46:26 +0200
commit5477d613f96c2c9f9ce53aa22944e3254c1da6e3 (patch)
tree630ea005569ae6ebdd5975603b4e0cf1a00346b3 /ebin
parente80291fbdc23727cc3a45ff43e94c0aa6b4f96b4 (diff)
downloadcowboy-5477d613f96c2c9f9ce53aa22944e3254c1da6e3.tar.gz
cowboy-5477d613f96c2c9f9ce53aa22944e3254c1da6e3.tar.bz2
cowboy-5477d613f96c2c9f9ce53aa22944e3254c1da6e3.zip
Tweak the one-liner description of the project
Diffstat (limited to 'ebin')
-rw-r--r--ebin/cowboy.app2
1 files changed, 1 insertions, 1 deletions
diff --git a/ebin/cowboy.app b/ebin/cowboy.app
index f8608c3..f44c8fc 100644
--- a/ebin/cowboy.app
+++ b/ebin/cowboy.app
@@ -1,5 +1,5 @@
{application, cowboy, [
- {description, "Small, fast, modular HTTP server."},
+ {description, "Small, fast, modern HTTP server."},
{vsn, "2.0.0-pre.2"},
{modules, ['cowboy','cowboy_app','cowboy_bstr','cowboy_clear','cowboy_clock','cowboy_constraints','cowboy_handler','cowboy_http','cowboy_http2','cowboy_loop','cowboy_middleware','cowboy_req','cowboy_rest','cowboy_router','cowboy_static','cowboy_stream','cowboy_stream_h','cowboy_sub_protocol','cowboy_sup','cowboy_tls','cowboy_websocket']},
{registered, [cowboy_sup,cowboy_clock]},