From eb4843a46b781f93030b623e2b1feb1898ba3da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 18 Sep 2013 20:30:11 +0200 Subject: Remove unnecessary titles --- guide/introduction.md | 3 --- guide/routing.md | 3 --- 2 files changed, 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 -- cgit v1.2.3