Skip to content

Commit

Permalink
Merge pull request #5 from Alireza29675/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
salvoravida authored Jan 14, 2020
2 parents 85046fc + 813828b commit cc38721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ catalog.js
```javascript
const initialState = [];

export const user = (state = initialState, action) => {
export const catalog = (state = initialState, action) => {
switch (action.type) {
case LOAD_CATALOG:
state = action.data;
Expand Down

0 comments on commit cc38721

Please sign in to comment.