mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-15 04:30:25 +00:00
Fix the markdown for the README
This commit is contained in:
parent
896fd7e050
commit
fedf91fdfa
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -21,16 +21,16 @@ No parameterized module. No process dictionary. **Clean** Erlang code.
|
||||||
Quick start
|
Quick start
|
||||||
-----------
|
-----------
|
||||||
|
|
||||||
* Add Cowboy as a rebar dependency to your application.
|
* Add Cowboy as a rebar dependency to your application.
|
||||||
* Start Cowboy and add one or more listeners.
|
* Start Cowboy and add one or more listeners.
|
||||||
* Write handlers for your application.
|
* Write handlers for your application.
|
||||||
|
|
||||||
Getting Started
|
Getting Started
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
* [Read the guide](https://github.com/extend/cowboy/blob/master/guide/toc.md)
|
* [Read the guide](http://ninenines.eu/docs/en/cowboy/HEAD/guide/introduction)
|
||||||
* Look at the examples in the ```examples/``` directory
|
* Look at the examples in the `examples/` directory
|
||||||
* Build API documentation with ```make docs```; open ```doc/index.html```
|
* Build API documentation with `make docs`; open `doc/index.html`
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue