Change 'middlewares' to 'middleware' (#427)

This commit is contained in:
Donovan Glover 2017-12-23 04:27:41 -05:00 committed by Serdar Dogruyol
parent 56d34deef9
commit f6f342df65
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ dependencies:
- Support all REST verbs
- Websocket support
- Request/Response context, easy parameter handling
- Middlewares
- Middleware support
- Built-in JSON support
- Built-in static file serving
- Built-in view templating via [Kilt](https://github.com/jeromegn/kilt)