diff options
author | Loïc Hoguin <[email protected]> | 2011-04-30 13:32:37 -0700 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2011-04-30 13:32:37 -0700 |
commit | 0fa5f71232eaecdb19709048b8029b69058e2879 (patch) | |
tree | 686f6cec7bf98badd9907173ed02ccea6cbf9bad | |
parent | 732ccf12dca8fd8055a83989476bcbb0182af670 (diff) | |
parent | cf6a506385e785bd0dcd561373ea4a44d6aa911b (diff) | |
download | cowboy-0fa5f71232eaecdb19709048b8029b69058e2879.tar.gz cowboy-0fa5f71232eaecdb19709048b8029b69058e2879.tar.bz2 cowboy-0fa5f71232eaecdb19709048b8029b69058e2879.zip |
Merge pull request #5 from yrashk/patch-1.
README: added a mentioning of agner dependencies mechanism
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ we can share ideas and save everyone time. Embedding Cowboy ---------------- -* Add Cowboy as a rebar dependency to your application. +* Add Cowboy as a rebar or agner dependency to your application. * Start Cowboy and add one or more listeners. * Write handlers. |