From 1a0a0300b2aa79ac851ea93abca618ba2334aab1 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Thu, 3 Dec 2015 11:00:32 -0800 Subject: [PATCH] Suggests grammar changes for clarity --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.