Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
longyiyiyu committed Oct 20, 2015
1 parent 6231af5 commit f6721b8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ console.log(${1:obj});
${1:myArray}.forEach(function(${2:elem}, ${3:index}) {
${4}
});

```

### [fi] for...in
Expand Down Expand Up @@ -274,7 +273,7 @@ require.async(['${1:moduleName}'], function(${2:module}) {
});
```
### [me]
### [me] module.exports
```javascript
module.exports = {${1}};
Expand Down

0 comments on commit f6721b8

Please sign in to comment.