diff --git a/README.md b/README.md index 9efd412..77c0523 100644 --- a/README.md +++ b/README.md @@ -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.