From 7f2409a4bb3ac15696fedcd0d53cbf3b17ce8c85 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Fri, 18 Jan 2013 00:49:06 +0100 Subject: Do not use tabulations in the guide --- 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 0ac99e5..a8563fb 100644 --- a/guide/introduction.md +++ b/guide/introduction.md @@ -77,7 +77,7 @@ Dispatch = [ ], %% Name, NbAcceptors, TransOpts, ProtoOpts cowboy:start_http(my_http_listener, 100, - [{port, 8080}], + [{port, 8080}], [{env, [{dispatch, Dispatch}]}] ). ``` -- cgit v1.2.3