diff --git a/doc/src/guide/getting_started.asciidoc b/doc/src/guide/getting_started.asciidoc index 7bf97e36..dc4ae46a 100644 --- a/doc/src/guide/getting_started.asciidoc +++ b/doc/src/guide/getting_started.asciidoc @@ -125,7 +125,7 @@ HTTP handler. Generate a handler from a template: [source,bash] -$ make new t=cowboy.http n=hello_handler +$ make new t=cowboy_http n=hello_handler Then, open the 'src/hello_handler.erl' file and modify the `init/2` function like this to send a reply.