From f6721b8d8401371e049b8864588534c7227fc284 Mon Sep 17 00:00:00 2001 From: long Date: Tue, 20 Oct 2015 17:02:42 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 4559e1e..0c47c7e 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,6 @@ console.log(${1:obj}); ${1:myArray}.forEach(function(${2:elem}, ${3:index}) { ${4} }); - ``` ### [fi] for...in @@ -274,7 +273,7 @@ require.async(['${1:moduleName}'], function(${2:module}) { }); ``` -### [me] +### [me] module.exports ```javascript module.exports = {${1}};