Skip to content

Commit 3a0452f

Browse files
authored
docs: remove redundant --save arg
See fastify/fastify#3875
1 parent 5ddf5bf commit 3a0452f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Fastify Redis connection plugin; with this you can share the same Redis connecti
99
## Install
1010

1111
```
12-
npm i @fastify/redis --save
12+
npm i @fastify/redis
1313
```
1414

1515
## Usage

0 commit comments

Comments
 (0)