Skip to content

Commit 1140fb5

Browse files
authored
Remove --save arg from docs
See #381. [0]: #381
1 parent 91d7e1f commit 1140fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Helmet helps you secure your Express apps by setting various HTTP headers. _It's
77

88
## Quick start
99

10-
First, run `npm install helmet --save` for your app. Then, in an Express app:
10+
First, run `npm install helmet` for your app. Then, in an Express app:
1111

1212
```js
1313
const express = require("express");

0 commit comments

Comments
 (0)