aboutsummaryrefslogtreecommitdiffstats
path: root/guide/introduction.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-01-18 00:49:06 +0100
committerLoïc Hoguin <[email protected]>2013-01-18 00:49:06 +0100
commit7f2409a4bb3ac15696fedcd0d53cbf3b17ce8c85 (patch)
tree07bee4fddaef3aa69c0a2fe9e14d57c7f453fbf9 /guide/introduction.md
parentacd89f61161820a0acde354e3cbd8da1600d0aa4 (diff)
downloadcowboy-7f2409a4bb3ac15696fedcd0d53cbf3b17ce8c85.tar.gz
cowboy-7f2409a4bb3ac15696fedcd0d53cbf3b17ce8c85.tar.bz2
cowboy-7f2409a4bb3ac15696fedcd0d53cbf3b17ce8c85.zip
Do not use tabulations in the guide
Diffstat (limited to 'guide/introduction.md')
-rw-r--r--guide/introduction.md2
1 files changed, 1 insertions, 1 deletions
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}]}]
).
```