diff options
author | Loïc Hoguin <[email protected]> | 2013-09-18 20:30:11 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2013-09-18 20:30:11 +0200 |
commit | eb4843a46b781f93030b623e2b1feb1898ba3da0 (patch) | |
tree | 7da65c0bf62f6e74acc3ef32812c3ac2da62bad3 | |
parent | 7906f30d83e4d99cd80037eee7363e605b6e1387 (diff) | |
download | cowboy-eb4843a46b781f93030b623e2b1feb1898ba3da0.tar.gz cowboy-eb4843a46b781f93030b623e2b1feb1898ba3da0.tar.bz2 cowboy-eb4843a46b781f93030b623e2b1feb1898ba3da0.zip |
Remove unnecessary titles
-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 |