diff --git a/guide/introduction.md b/guide/introduction.md index 8c936a5a..0af90397 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 3f716545..93574242 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