summaryrefslogtreecommitdiffstats
path: root/docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-07-23 19:59:12 +0200
committerLoïc Hoguin <[email protected]>2017-07-23 19:59:12 +0200
commit1bb95a639cc90500014c4783db4416c2898e5166 (patch)
tree02b73be2c703ef603cee1a32438b4dd0da39e2bf /docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc
parentc41928fd607d35521a2b8de74e23529142841663 (diff)
downloadninenines.eu-1bb95a639cc90500014c4783db4416c2898e5166.tar.gz
ninenines.eu-1bb95a639cc90500014c4783db4416c2898e5166.tar.bz2
ninenines.eu-1bb95a639cc90500014c4783db4416c2898e5166.zip
Update the Cowboy 2.0 docs
Diffstat (limited to 'docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc')
-rw-r--r--docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc b/docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc
index e9663788..14be1fc4 100644
--- a/docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc
+++ b/docs/en/cowboy/2.0/guide/migrating_from_1.0.asciidoc
@@ -54,7 +54,7 @@ Cowboy 2.0 now comes with Erlang.mk templates.
than for the entire listener.
* Websocket permessage-deflate compression is now supported
- via the `websocket_compress` option.
+ via the `compress` option.
* Static file handlers will now correctly find files found
in '.ez' archives.