Skip to content

Commit 58b3930

Browse files
committed
Fix readme
1 parent aa64129 commit 58b3930

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Modern JavaScript Snippets ⚡
22

3+
🚧 *Work in progress*
4+
5+
6+
37
> Short and memorable JavaScript & TypeScript snippets for the modern-day developer.
48
5-
🚧 *Work in progress*
9+
<br>
610

7-
---
811
![JavaScript](https://img.shields.io/badge/javascript-%23F7DF1C.svg?style=for-the-badge&logo=javascript&logoColor=%23323330)
912
![TypeScript](https://img.shields.io/badge/typescript-%23007ACC.svg?style=for-the-badge&logo=typescript&logoColor=white)
1013

@@ -25,7 +28,7 @@ Supported file extensions:
2528
The following is not mandatory, but provides a nicer experience.
2629

2730
Search for `editor.snippetSuggestions` and `editor.snippetSuggestions` in user settings, or edit the settings.json directly:
28-
```json
31+
```jsonc
2932
// Show snippet suggestions on top of other suggestions.
3033
"editor.snippetSuggestions": "top",
3134

0 commit comments

Comments
 (0)