diff options
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 |