Update README.md

This commit is contained in:
Tobe O 2017-04-05 14:45:29 -04:00 committed by GitHub
parent ff081d49d2
commit ef589c4678

View file

@ -95,7 +95,7 @@ Future<Angel> createServer() async {
// Setup WebSockets, add GZIP, etc. // Setup WebSockets, add GZIP, etc.
await app.configure(new AngelWebSocket(debug: true)); await app.configure(new AngelWebSocket());
app.responseFinalizers.add(gzip()); app.responseFinalizers.add(gzip());
return app; return app;