Skip to content

Commit 6e474ba

Browse files
committed
fix: add a saga version
1 parent d79c698 commit 6e474ba

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
$ npm install
1818
```
1919

20-
## running
20+
## Getting Start
21+
2122
```
2223
// development ( Hot loader )
2324
$ npm start
@@ -27,4 +28,8 @@ $ npm run build
2728
2829
// test
2930
$ npm run tests
30-
```
31+
```
32+
33+
## Other Version
34+
35+
- If you change to another branch, you can use the redux-saga version.

0 commit comments

Comments
 (0)