Skip to content

Commit fd3ebd0

Browse files
author
Pablo Magaz
committed
Update readme
1 parent 733a05a commit fd3ebd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Coverage Status](https://coveralls.io/repos/github/pmagaz/create-reduxreducer/badge.svg?branch=master)](https://coveralls.io/github/pmagaz/create-reduxreducer?branch=master)
66
![License](https://img.shields.io/badge/license-MIT-blue.svg)
77

8-
`create-reduxreducer` creates a reducer from an object. so you can easyly split your reducers among functions for each actionType instead of use switch case for filter them.
8+
`create-reduxreducer` creates a reducer from an object. so you can easyly split your reduce functions as individual function for each actionType instead of use switch case for filter them.
99

1010
## Table of contents
1111

0 commit comments

Comments
 (0)