Просмотр исходного кода

Add a link to cowboy_examples in the README

Loïc Hoguin 14 лет назад
Родитель
Сommit
2b3bfdd783
1 измененных файлов с 1 добавлено и 0 удалено
  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.
 * Start Cowboy and add one or more listeners.
 * Write handlers for your application.
+* Check out [examples](https://github.com/extend/cowboy_examples)!
 
 Getting Started
 ---------------