From 2e32a6a92643ab7a21e595510a2671115180fd7b Mon Sep 17 00:00:00 2001 From: Matt Joiner Date: Thu, 7 Jan 2021 11:48:48 +1100 Subject: [PATCH] Fix wrong template name --- doc/src/guide/getting_started.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.