Browse Source

Remove unnecessary titles

Loïc Hoguin 11 years ago
parent
commit
eb4843a46b
2 changed files with 0 additions and 6 deletions
  1. 0 3
      guide/introduction.md
  2. 0 3
      guide/routing.md

+ 0 - 3
guide/introduction.md

@@ -1,9 +1,6 @@
 Introduction
 Introduction
 ============
 ============
 
 
-Purpose
--------
-
 Cowboy is a small, fast and modular HTTP server written in Erlang.
 Cowboy is a small, fast and modular HTTP server written in Erlang.
 
 
 Cowboy aims to provide a complete HTTP stack, including its derivatives
 Cowboy aims to provide a complete HTTP stack, including its derivatives

+ 0 - 3
guide/routing.md

@@ -1,9 +1,6 @@
 Routing
 Routing
 =======
 =======
 
 
-Purpose
--------
-
 Cowboy does nothing by default.
 Cowboy does nothing by default.
 
 
 To make Cowboy useful, you need to map URLs to Erlang modules that will
 To make Cowboy useful, you need to map URLs to Erlang modules that will