From 0776387b388af183762b511374bd88f8ef81081e Mon Sep 17 00:00:00 2001 From: weltenwort Date: Sun, 23 Aug 2015 01:00:18 +0200 Subject: [PATCH] fix typo in transformer option documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7329ee4..a4e216a 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Receives `getState` function for accessing current store state and `action` obj *Default: `null` (always log)* -#### __transform (Function)__ +#### __transformer (Function)__ Transform state before print. Eg. convert Immutable object to plain JSON. *Default: identity function*