Skip to content

Commit b5d01b8

Browse files
authored
README: use jsonc code formatting
jsonc allows comments, so it will make the ugly red highlighting go away when the README is viewed on GitHub.
1 parent 4bd7204 commit b5d01b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ shortcut as Chrome on your platform. This won't work on a packaged build.
6868
You can debug the main process the same way as any Node.js process. I like to use Visual Studio Code with a
6969
configuration like this:
7070

71-
```json
71+
```jsonc
7272
"launch": {
7373
"version": "0.2.0",
7474
"configurations": [

0 commit comments

Comments
 (0)