aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-11-27 16:24:08 +0100
committerLoïc Hoguin <[email protected]>2012-11-27 16:24:08 +0100
commitf63d3f08cf942433ba068ed2a78c69530a642452 (patch)
treee6bfeb112270b334eba4cbda90afd3fc4088ea10 /README.md
parent5bc5f56eb2c6c49bd638484f8f36c0515746fecb (diff)
downloadcowboy-f63d3f08cf942433ba068ed2a78c69530a642452.tar.gz
cowboy-f63d3f08cf942433ba068ed2a78c69530a642452.tar.bz2
cowboy-f63d3f08cf942433ba068ed2a78c69530a642452.zip
Cosmetic changes to various documentation files
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 4ff5ea4..826f271 100644
--- a/README.md
+++ b/README.md
@@ -21,9 +21,9 @@ No parameterized module. No process dictionary. **Clean** Erlang code.
Quick start
-----------
- * Add Cowboy as a rebar dependency to your application.
- * Start Cowboy and add one or more listeners.
- * Write handlers for your application.
+ * Add Cowboy as a rebar dependency to your application
+ * Start Cowboy and add one or more listeners
+ * Write handlers for your application
Getting Started
---------------