Skip to content

Commit a64c450

Browse files
committed
Correct npm instructions in Intermediate Tutorial
This makes the `npm install` command match the one in the Quick Start.
1 parent b2b4335 commit a64c450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/intermediate-tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ In the Basic Tutorial, we just linked to Redux Toolkit as an individual script t
4848

4949
```bash
5050
# If you're using NPM:
51-
npm install @reduxjs/toolkit
51+
npm install --save @reduxjs/toolkit
5252

5353
# Or for Yarn:
5454
yarn add @reduxjs/toolkit

0 commit comments

Comments
 (0)