aboutsummaryrefslogtreecommitdiffstats
path: root/guide
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-09-18 20:30:11 +0200
committerLoïc Hoguin <[email protected]>2013-09-18 20:30:11 +0200
commiteb4843a46b781f93030b623e2b1feb1898ba3da0 (patch)
tree7da65c0bf62f6e74acc3ef32812c3ac2da62bad3 /guide
parent7906f30d83e4d99cd80037eee7363e605b6e1387 (diff)
downloadcowboy-eb4843a46b781f93030b623e2b1feb1898ba3da0.tar.gz
cowboy-eb4843a46b781f93030b623e2b1feb1898ba3da0.tar.bz2
cowboy-eb4843a46b781f93030b623e2b1feb1898ba3da0.zip
Remove unnecessary titles
Diffstat (limited to 'guide')
-rw-r--r--guide/introduction.md3
-rw-r--r--guide/routing.md3
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