Skip to content

Commit 6d0fb7a

Browse files
committed
Add Demo GIF
1 parent be7a832 commit 6d0fb7a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JavaScript Snippets for Sublime Text
22

3-
Vanilla JavaScript snippets for Sublime Text 2 and 3.
3+
![Demo](http://zno.io/QopI/subime-snippet.gif)
44

55
## Install
66

@@ -199,6 +199,7 @@ ${1:ClassName}.prototype.${2:methodName} = function(${3:arguments}) {
199199
200200
```javascript
201201
require('${1:module}');
202+
```
202203
203204
### [me] module.exports
204205

0 commit comments

Comments
 (0)