Skip to content

Commit 295c398

Browse files
committed
Update README.md
1 parent 992078f commit 295c398

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,25 @@
1-
# JavaScript
2-
## VS Code JavaScript (ES6) snippets
3-
-------------------
4-
51
[![Version](https://vsmarketplacebadge.apphb.com/version/xabikos.JavaScriptSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets)
62
[![Installs](https://vsmarketplacebadge.apphb.com/installs/xabikos.JavaScriptSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets)
73
[![Ratings](https://vsmarketplacebadge.apphb.com/rating/xabikos.JavaScriptSnippets.svg)](https://marketplace.visualstudio.com/items?itemName=xabikos.JavaScriptSnippets)
84

9-
This extension contains code snippets for JavaScript in ES6 syntax for [VS Code][code] editor (supports both JavaScript and TypeScript).
5+
# JavaScript Snippets
6+
JavaScript snippets for Visual Studio Code
7+
8+
## About
9+
10+
This extension for [Visual Studio Code](https://code.visualstudio.com/) editor contains JavaScript snippets in ES2015 syntax.
1011

1112
## Installation
1213

1314
In order to install an extension you need to launch the Command Pallete (Ctrl + Shift + P or Cmd + Shift + P) and type Extensions.
14-
There you have either the option to show the already installed snippets or install new ones. Search for *JavaScript (ES6) code snippets* and install it.
15+
There you have either the option to show the already installed snippets or install new ones. Search for *JavaScript (ES2015) Snippets* and install it.
1516

1617
## Supported languages (file extensions)
1718
* JavaScript (.js)
1819
* TypeScript (.ts)
1920
* JavaScript React (.jsx)
2021
* TypeScript React (.tsx)
21-
* Html (.html)
22+
* HTML (.html)
2223

2324
## Snippets
2425

@@ -74,5 +75,3 @@ Below is a list of all available snippets and the triggers of each one. The **
7475
| `cwa→` | console warn `console.warn` |
7576
| `cin→` | console info `console.info` |
7677
| `clt→` | console table `console.table` |
77-
78-
[code]: https://code.visualstudio.com/

0 commit comments

Comments
 (0)