Skip to content

Commit

Permalink
Remove --save arg from docs
Browse files Browse the repository at this point in the history
See #381.

[0]: #381
  • Loading branch information
Fdawgs authored Sep 22, 2022
1 parent 91d7e1f commit 1140fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Helmet helps you secure your Express apps by setting various HTTP headers. _It's

## Quick start

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:

```js
const express = require("express");
Expand Down

0 comments on commit 1140fb5

Please sign in to comment.