Skip to content

Commit e7542b5

Browse files
authored
Merge pull request #93 from joekrill/update-README-helmet-peerDependency
Update README to reflect helmet as a peerDependency
2 parents 0820332 + ff90bb1 commit e7542b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ koa-helmet is a wrapper for [helmet](https://github.com/helmetjs/helmet) to work
88
## Installation
99

1010
```sh
11-
npm i koa-helmet
11+
npm i koa-helmet helmet
1212

1313
# or:
1414

15-
yarn add koa-helmet
15+
yarn add koa-helmet helmet
1616
```
1717

1818
## Usage
@@ -39,7 +39,7 @@ app.use(helmet.referrerPolicy());
3939
app.use(helmet.xssFilter());
4040
```
4141

42-
You can see more in [the documentation](https://helmetjs.github.io/docs/).
42+
You can see more in [the documentation](https://helmetjs.github.io).
4343

4444
## Example
4545

0 commit comments

Comments
 (0)