From 93b362c1b44885a9be30b13aaf3dbb0e9bc0cb3c Mon Sep 17 00:00:00 2001 From: Louis Capitanchik <contact@louiscap.co> Date: Sun, 29 Jan 2017 15:22:22 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f73ecd2..00f23a7 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. -- GitLab