diff options
author | Loïc Hoguin <[email protected]> | 2012-11-13 17:52:02 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2012-11-13 17:52:02 +0100 |
commit | fedf91fdfa3ee14b672596cba2289691b632fc2d (patch) | |
tree | d2e072deb14af1bcc107bd31863e2696c1f03c4b | |
parent | 896fd7e050f7e366607cebb2c343753860e2be97 (diff) | |
download | cowboy-fedf91fdfa3ee14b672596cba2289691b632fc2d.tar.gz cowboy-fedf91fdfa3ee14b672596cba2289691b632fc2d.tar.bz2 cowboy-fedf91fdfa3ee14b672596cba2289691b632fc2d.zip |
Fix the markdown for the README
-rw-r--r-- | README.md | 12 |
1 files changed, 6 insertions, 6 deletions
@@ -21,16 +21,16 @@ No parameterized module. No process dictionary. **Clean** Erlang code. Quick start ----------- -* Add Cowboy as a rebar dependency to your application. -* Start Cowboy and add one or more listeners. -* Write handlers for your application. + * Add Cowboy as a rebar dependency to your application. + * Start Cowboy and add one or more listeners. + * Write handlers for your application. Getting Started --------------- -* [Read the guide](https://github.com/extend/cowboy/blob/master/guide/toc.md) -* Look at the examples in the ```examples/``` directory -* Build API documentation with ```make docs```; open ```doc/index.html``` + * [Read the guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide/introduction) + * Look at the examples in the `examples/` directory + * Build API documentation with `make docs`; open `doc/index.html` |