Skip to content

Commit d8c6173

Browse files
authored
Merge pull request #162 from leotm/patch-1
Update README.md
2 parents 19d01d6 + 7b9b247 commit d8c6173

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,16 @@ Please note that this library is designed to test the action-related logic, not
99

1010
## Install
1111

12-
```
12+
```bash
1313
npm install redux-mock-store --save-dev
1414
```
1515

16+
Or
17+
18+
```bash
19+
yarn add redux-mock-store --dev
20+
```
21+
1622
## Usage
1723

1824
### Synchronous actions

0 commit comments

Comments
 (0)