diff options
Diffstat (limited to 'guide')
-rw-r--r-- | guide/introduction.md | 3 | ||||
-rw-r--r-- | guide/routing.md | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/guide/introduction.md b/guide/introduction.md index 8c936a5..0af9039 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -1,9 +1,6 @@ Introduction ============ -Purpose -------- - Cowboy is a small, fast and modular HTTP server written in Erlang. Cowboy aims to provide a complete HTTP stack, including its derivatives diff --git a/guide/routing.md b/guide/routing.md index 3f71654..9357424 100644 --- a/guide/routing.md +++ b/guide/routing.md @@ -1,9 +1,6 @@ Routing ======= -Purpose -------- - Cowboy does nothing by default. To make Cowboy useful, you need to map URLs to Erlang modules that will |