aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2012-12-17 12:41:04 +0100
committerLoïc Hoguin <[email protected]>2012-12-17 12:41:04 +0100
commit859d915d9c7bd0a3acf1fa72f63333c000d5ec6e (patch)
tree68782e4ffe0a90f1739a864545ae882878e82ea3
parentf077c711a8d455922e099a3e69de07054e47c242 (diff)
downloadcowboy-859d915d9c7bd0a3acf1fa72f63333c000d5ec6e.tar.gz
cowboy-859d915d9c7bd0a3acf1fa72f63333c000d5ec6e.tar.bz2
cowboy-859d915d9c7bd0a3acf1fa72f63333c000d5ec6e.zip
Add #ninenines IRC channel to the README + support options
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 826f271..b850083 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,6 @@ Because it uses Ranch for managing connections, Cowboy can easily be
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
-
Getting Started
---------------
@@ -32,10 +25,17 @@ Getting Started
* Look at the examples in the `examples/` directory
* Build API documentation with `make docs`; open `doc/index.html`
+Support
+-------
+ * Official IRC Channel: #ninenines on irc.freenode.net
+ * [Mailing Lists](http://lists.ninenines.eu)
+ * [Commercial Support](http://ninenines.eu/support)
-Old README
-----------
+
+
+Old README (deprecated)
+-----------------------
This and all following sections will be removed as soon as their
equivalent appear in the Cowboy guide.