From 01d7eb4feb2d41bc68134732fbc1ddc982175e5b Mon Sep 17 00:00:00 2001 From: Chris Hayes <6013871+Christopher-Hayes@users.noreply.github.com> Date: Mon, 17 Apr 2023 05:35:48 -0400 Subject: [PATCH] docs: Remove --save from install command (#7277) Remove --save from install command --save is no longer needed on npm install. --- packages/next-auth/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/next-auth/README.md b/packages/next-auth/README.md index 282ee9f53c..14be11b66a 100644 --- a/packages/next-auth/README.md +++ b/packages/next-auth/README.md @@ -41,7 +41,7 @@ This is a monorepo containing the following packages / projects: ## Getting Started ``` -npm install --save next-auth +npm install next-auth ``` The easiest way to continue getting started, is to follow the [getting started](https://next-auth.js.org/getting-started/example) section in our docs.