From 73cc6690e426aa3ad829c7d1768c3c4b5c2d3835 Mon Sep 17 00:00:00 2001 From: toandv Date: Fri, 26 Jun 2020 00:53:23 +0800 Subject: [PATCH] [#82] Correct parameter list of transform functions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e28ee6..eade082 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ Using an `Object` as the destination: ##### Methods -###### transform(sourceValue, sourceObject, destinationObject, destinationKey); +###### transform(sourceValue, sourceObject, destinationObject, sourceKey, destinationKey); Specify the mapping of a **sourceValue** as you need;