Browse Source

Add a link to cowboy_examples in the README

Loïc Hoguin 14 years ago
parent
commit
2b3bfdd783
1 changed files with 1 additions and 0 deletions
  1. 1 0
      README.md

+ 1 - 0
README.md

@@ -30,6 +30,7 @@ Quick start
 * Add Cowboy as a rebar or agner dependency to your application.
 * Add Cowboy as a rebar or agner dependency to your application.
 * Start Cowboy and add one or more listeners.
 * Start Cowboy and add one or more listeners.
 * Write handlers for your application.
 * Write handlers for your application.
+* Check out [examples](https://github.com/extend/cowboy_examples)!
 
 
 Getting Started
 Getting Started
 ---------------
 ---------------