0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Add a link to cowboy_examples in the README

This commit is contained in:
Loïc Hoguin 2011-06-30 14:04:06 +02:00
parent 6b1fb5f390
commit 2b3bfdd783

View file

@ -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
---------------