aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2011-06-30 14:04:06 +0200
committerLoïc Hoguin <[email protected]>2011-06-30 14:04:06 +0200
commit2b3bfdd783915b263ed3fdfd6e135b9a84982821 (patch)
tree1d6c1c0fef6276c4c7f05df42922515cc8ae9927
parent6b1fb5f39058992aca907e792550a077edbe264e (diff)
downloadcowboy-2b3bfdd783915b263ed3fdfd6e135b9a84982821.tar.gz
cowboy-2b3bfdd783915b263ed3fdfd6e135b9a84982821.tar.bz2
cowboy-2b3bfdd783915b263ed3fdfd6e135b9a84982821.zip
Add a link to cowboy_examples in the README
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4b9d6f1..f9fb6ec 100644
--- a/README.md
+++ b/README.md
@@ -30,6 +30,7 @@ Quick start
* Add Cowboy as a rebar or agner dependency to your application.
* Start Cowboy and add one or more listeners.
* Write handlers for your application.
+* Check out [examples](https://github.com/extend/cowboy_examples)!
Getting Started
---------------