From 53b0c323d023bf09fa4f3fc1a87d3d07828fe63e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 25 Jul 2022 09:40:49 +0100 Subject: [PATCH] docs: remove redundant `--save` arg See https://github.com/fastify/fastify/pull/3875 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b978f82c..9f4f8903 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ Under the hood it uses [`@fastify/busboy`](https://github.com/fastify/busboy). ## Install ```sh -npm i --save @fastify/multipart +npm i @fastify/multipart ``` ## Usage