Skip to content

Commit 50ddf60

Browse files
committed
Tweak README
1 parent bd11e4b commit 50ddf60

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/rtk-app-structure-example/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,13 @@
22

33
This slimmed-down version of [the Redux Toolkit template for Vite](https://github.com/reduxjs/redux-templates/tree/master/packages/vite-template-redux) shows the standard app structure and store setup for Redux Toolkit, TypeScript, and React.
44

5-
It's used in the ["Redux Essentials" tutorial Part 2]() as an embeddable CodeSandbox to help teach Redux app structure.
5+
It's used in the ["Redux Essentials" tutorial Part 2](https://redux.js.org/tutorials/essentials/part-2-app-structure) as an embeddable CodeSandbox to help teach Redux app structure.
66

77
## Scripts
88

99
- `dev`/`start` - start dev server and open browser
1010
- `build` - build for production
1111
- `preview` - locally preview production build
12-
- `test` - launch test runner
1312

1413
## Inspiration
1514

0 commit comments

Comments
 (0)