0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-15 12:40:25 +00:00

Fix the name of an option in the migration guide

This commit is contained in:
Loïc Hoguin 2017-07-19 19:10:21 +02:00
parent 381a193626
commit 0001956d3b
No known key found for this signature in database
GPG key ID: 71366FF21851DF03

View file

@ -54,7 +54,7 @@ Cowboy 2.0 now comes with Erlang.mk templates.
than for the entire listener. than for the entire listener.
* Websocket permessage-deflate compression is now supported * 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 * Static file handlers will now correctly find files found
in '.ez' archives. in '.ez' archives.