diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/guide/introduction.asciidoc | 2 | ||||
-rw-r--r-- | doc/src/manual/cowboy_app.asciidoc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/src/guide/introduction.asciidoc b/doc/src/guide/introduction.asciidoc index d262b5c..c9d042d 100644 --- a/doc/src/guide/introduction.asciidoc +++ b/doc/src/guide/introduction.asciidoc @@ -1,7 +1,7 @@ [[introduction]] == Introduction -Cowboy is a small, fast and modular HTTP server written in Erlang. +Cowboy is a small, fast and modern HTTP server for Erlang/OTP. Cowboy aims to provide a complete xref:modern_web[modern Web stack]. This includes HTTP/1.1, HTTP/2, Websocket, Server-Sent Events and diff --git a/doc/src/manual/cowboy_app.asciidoc b/doc/src/manual/cowboy_app.asciidoc index 945a56b..7e80efb 100644 --- a/doc/src/manual/cowboy_app.asciidoc +++ b/doc/src/manual/cowboy_app.asciidoc @@ -2,7 +2,7 @@ == Name -cowboy - HTTP server for Erlang/OTP +cowboy - Small, fast, modern HTTP server for Erlang/OTP == Description |