Skip to content

Commit f4501c0

Browse files
authored
Update README.md
1 parent b7e8545 commit f4501c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Invalid, only the first one is ignored:
4444
For faster development, the following task script will run `node build` and open the output file in the new tab. You can use the default VS Code keyboard shortcut to run the build script (**Ctrl + Shift + B**).
4545

4646
`/.vscode/tasks.json`
47-
```
47+
```json
4848
{
4949
"version": "2.0.0",
5050
"tasks": [
@@ -65,4 +65,4 @@ For faster development, the following task script will run `node build` and open
6565
]
6666
}
6767

68-
```
68+
```

0 commit comments

Comments
 (0)