diff --git a/README.md b/README.md index f73ecd246d30e01668b5b4ff199de4d72eae47a8..00f23a7aa25c44af851f28fbc946847ba471091c 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ One of the following: ## Why? -redux-reducer strips out the common boilerplate used to determine what actions to take when a reducer is run, and allows +redux-reducer strips out the common boilerplate used to determine what actions to take when a reducer is run, as well as allowing you to programmatically compose a reducer at runtime. It also handles the default case for you, saving potentially hours of bug hunting when you overlook it.