Skip to content

Commit

Permalink
Merge pull request #21 from wpcarro/patch-1
Browse files Browse the repository at this point in the history
Suggests grammar changes for clarity
  • Loading branch information
asaf committed Dec 17, 2015
2 parents 7de6077 + 1a0a030 commit c58bddd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ Please note that this is optional and `combineReducers` should work just fine if

## How this library is different from 'redux-immutable' ?

This library doesn't dictate any specific reducer structure,
While `redux-immutable` focusing on [CRC](https://github.com/gajus/canonical-reducer-composition), while this library
This library doesn't dictate any specific reducer structure.
While `redux-immutable` focuses on [CRC](https://github.com/gajus/canonical-reducer-composition), this library
provides some [conversion middlewares](https://github.com/gajus/redux-immutable/issues/3) from FSA to CCA
and vise versa, if you feel like going with _Redux's vanilla_ is the right approach, then consider using our library.
and vise versa. If you feel like going with _Redux's vanilla_ is the right approach, then consider using our library.

0 comments on commit c58bddd

Please sign in to comment.