From 1d4569875756e5b88d032fc1b1613c9deb8053e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 11 Jan 2013 16:55:11 +0100 Subject: Fix getting started example, missing env --- guide/introduction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'guide/introduction.md') diff --git a/guide/introduction.md b/guide/introduction.md index 871e243..0ac99e5 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -78,7 +78,7 @@ Dispatch = [ %% Name, NbAcceptors, TransOpts, ProtoOpts cowboy:start_http(my_http_listener, 100, [{port, 8080}], - [{dispatch, Dispatch}] + [{env, [{dispatch, Dispatch}]}] ). ``` -- cgit v1.2.3