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

Add Cowboy manual to README

This commit is contained in:
Loïc Hoguin 2013-05-17 17:16:43 +02:00
parent 666c59bc42
commit 22f961a7e8

View file

@ -21,9 +21,9 @@ No parameterized module. No process dictionary. **Clean** Erlang code.
Getting Started
---------------
* [Read the guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide/introduction)
* [Read the guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide)
* [Check the manual](http://ninenines.eu/docs/en/cowboy/HEAD/manual)
* Look at the examples in the `examples/` directory
* Build API documentation with `make docs`; open `doc/index.html`
Support
-------