We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0820332 + ff90bb1 commit e7542b5Copy full SHA for e7542b5
README.md
@@ -8,11 +8,11 @@ koa-helmet is a wrapper for [helmet](https://github.com/helmetjs/helmet) to work
8
## Installation
9
10
```sh
11
-npm i koa-helmet
+npm i koa-helmet helmet
12
13
# or:
14
15
-yarn add koa-helmet
+yarn add koa-helmet helmet
16
```
17
18
## Usage
@@ -39,7 +39,7 @@ app.use(helmet.referrerPolicy());
39
app.use(helmet.xssFilter());
40
41
42
-You can see more in [the documentation](https://helmetjs.github.io/docs/).
+You can see more in [the documentation](https://helmetjs.github.io).
43
44
## Example
45
0 commit comments