From 3d611491df49813207f258ba5878209d52401477 Mon Sep 17 00:00:00 2001 From: Chris Hayes <6013871+Christopher-Hayes@users.noreply.github.com> Date: Sun, 16 Apr 2023 16:51:13 -0400 Subject: [PATCH] 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.