Update README.md

Thanks to @istommao
This commit is contained in:
typicode
2016-10-11 10:43:49 +02:00
committed by GitHub
parent a7784f07f0
commit 8f484cd7c0

View File

@ -271,7 +271,7 @@ You can add your middlewares from the CLI using `--middlewares` option:
```js
// first.js
module.exports = function (req, res, next) {
res.Header('X-Hello', 'World')
res.header('X-Hello', 'World')
}
```