diff options
author | Loïc Hoguin <[email protected]> | 2011-06-30 14:04:06 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-06-30 14:04:06 +0200 |
commit | 2b3bfdd783915b263ed3fdfd6e135b9a84982821 (patch) | |
tree | 1d6c1c0fef6276c4c7f05df42922515cc8ae9927 | |
parent | 6b1fb5f39058992aca907e792550a077edbe264e (diff) | |
download | cowboy-2b3bfdd783915b263ed3fdfd6e135b9a84982821.tar.gz cowboy-2b3bfdd783915b263ed3fdfd6e135b9a84982821.tar.bz2 cowboy-2b3bfdd783915b263ed3fdfd6e135b9a84982821.zip |
Add a link to cowboy_examples in the README
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 --------------- |