Skip to content

Commit

Permalink
docs: Remove --save from install command (#7277)
Browse files Browse the repository at this point in the history
Remove --save from install command

--save is no longer needed on npm install.
  • Loading branch information
Christopher-Hayes committed Apr 17, 2023
1 parent 2388c20 commit 01d7eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next-auth/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

1 comment on commit 01d7eb4

@vercel
Copy link

@vercel vercel bot commented on 01d7eb4 Apr 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.