diff options
Diffstat (limited to 'guide/getting_started.md')
-rw-r--r-- | guide/getting_started.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/guide/getting_started.md b/guide/getting_started.md index 6befa5c..8c01c7d 100644 --- a/guide/getting_started.md +++ b/guide/getting_started.md @@ -157,7 +157,7 @@ we will simply map all URLs to our handler `hello_handler`, using the wildcard `_` for both the hostname and path parts of the URL. -This is how the `hello_erlang_app:start/2` function looks like +This is what the `hello_erlang_app:start/2` function looks like with Cowboy initialized. ``` erlang |