diff options
author | Loïc Hoguin <[email protected]> | 2016-08-30 13:03:26 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2016-08-30 13:03:26 +0200 |
commit | 9b8a05bbc11a60bb3411abfffa7e974021af9cd4 (patch) | |
tree | 802475ccba0d1ead89b3f411328c011ee23a3dc0 /doc/src/guide/getting_started.asciidoc | |
parent | bee1320700eec81e304e2cad137a8a87e869ff98 (diff) | |
download | cowboy-9b8a05bbc11a60bb3411abfffa7e974021af9cd4.tar.gz cowboy-9b8a05bbc11a60bb3411abfffa7e974021af9cd4.tar.bz2 cowboy-9b8a05bbc11a60bb3411abfffa7e974021af9cd4.zip |
Fix rendering issues in the guide and manual
Diffstat (limited to 'doc/src/guide/getting_started.asciidoc')
-rw-r--r-- | doc/src/guide/getting_started.asciidoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index e9a2756..be11e48 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -64,7 +64,7 @@ handler. We will modify the 'Makefile' to tell the build system it needs to fetch and compile Cowboy: -[source,make] +[source,makefile] ---- PROJECT = hello_erlang |