We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--save
1 parent 91d7e1f commit 1140fb5Copy full SHA for 1140fb5
1 file changed
README.md
@@ -7,7 +7,7 @@ Helmet helps you secure your Express apps by setting various HTTP headers. _It's
7
8
## Quick start
9
10
-First, run `npm install helmet --save` for your app. Then, in an Express app:
+First, run `npm install helmet` for your app. Then, in an Express app:
11
12
```js
13
const express = require("express");
0 commit comments