From 6e8baed905bfb413dcbe50154eda9693c5b92eed Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 28 Jun 2016 22:55:50 +0300 Subject: [PATCH] Update README.md Was using msx as gulp plugin, and it keeped constantly failing when i used .map from the documentation example. Adding 'return' fixed it. Not that serious, but can save somebody 15 minutes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eecb67..609795d 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ _Input:_ {/* Component with attributes and children */} - {ctrl.files().map(file => )} + {ctrl.files().map(file => return )}