Skip to content

Commit

Permalink
docs: use npm install alias; remove redundant --save arg
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs authored Jul 25, 2022
1 parent 98740b8 commit 5cb943e
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 @@ -11,7 +11,7 @@ Please refer to [this branch](https://github.com/fastify/fastify-static/tree/1.x

## Install

`npm install --save @fastify/static`
`npm i @fastify/static`

## Usage

Expand Down

0 comments on commit 5cb943e

Please sign in to comment.