Skip to content

Commit bb373f8

Browse files
committed
Correct JSON syntax
- Corrected the JSON syntax in `Getting Started` section to get rid of the ugly highlight shown on GitHub.
1 parent c04890c commit bb373f8

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,19 @@ click [`Use this template`] to create a new project.
1313

1414
```json
1515
{
16-
"name": your-project-name,
17-
"version": whatever-you-like,
18-
"description": your-own-description,
16+
"name": "your-project-name",
17+
"version": "whatever-you-like",
18+
"description": "your-own-description",
1919
"build": {
20-
"appId": your-app-id,
21-
"productName": your-product-name,
22-
"buildVersion": your-build-number
20+
"appId": "your-app-id",
21+
"productName": "your-product-name",
22+
"buildVersion": "your-build-number"
2323
},
24-
"author": who's-the-author?,
25-
"license": if-you-don't-want-to-use-MIT,
26-
"repository": type-and-link-of-your-repo,
27-
"bugs": issue-page-of-your-repo,
28-
"homepage": homepage-of-your-repo
24+
"author": "who's-the-author?",
25+
"license": "if-you-don't-want-to-use-MIT",
26+
"repository": "type-and-link-of-your-repo",
27+
"bugs": "issue-page-of-your-repo",
28+
"homepage": "homepage-of-your-repo"
2929
}
3030
```
3131

0 commit comments

Comments
 (0)