Skip to content

Commit

Permalink
Readme: Used to be 9, now is 10 middlewares
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanHahn committed Mar 6, 2015
1 parent 56b0844 commit 8864c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -35,7 +35,7 @@ app.use(helmet.frameguard());
How it works
------------

Helmet is really just a collection of 9 smaller middleware functions:
Helmet is really just a collection of 10 smaller middleware functions:

- [crossdomain](https://github.com/helmetjs/crossdomain) for serving `crossdomain.xml`
- [contentSecurityPolicy](https://github.com/helmetjs/csp) for setting Content Security Policy
Expand Down

0 comments on commit 8864c69

Please sign in to comment.