Skip to content

Commit 0124b78

Browse files
committedDec 24, 2013
Update README.md
1 parent cb67429 commit 0124b78

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed
 

‎README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,11 @@ ${1:document}.querySelector('${2:selector}');
148148
```javascript
149149
${1:document}.querySelectorAll('${2:selector}');
150150
```
151+
### [pm] propmt
152+
153+
```javascript
154+
prompt(${1:'obj'});
155+
```
151156
152157
## Loop
153158
@@ -319,4 +324,4 @@ Check [Release](https://github.com/zenorocha/sublime-snippets-js/releases) list.
319324
320325
## License
321326
322-
[MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha
327+
[MIT License](http://zenorocha.mit-license.org/) © Zeno Rocha

0 commit comments

Comments
 (0)
Please sign in to comment.