Skip to content

Commit f6721b8

Browse files
committed
Update README.md
1 parent 6231af5 commit f6721b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ console.log(${1:obj});
5959
${1:myArray}.forEach(function(${2:elem}, ${3:index}) {
6060
${4}
6161
});
62-
6362
```
6463

6564
### [fi] for...in
@@ -274,7 +273,7 @@ require.async(['${1:moduleName}'], function(${2:module}) {
274273
});
275274
```
276275
277-
### [me]
276+
### [me] module.exports
278277
279278
```javascript
280279
module.exports = {${1}};

0 commit comments

Comments
 (0)