Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Enable JSON syntax highlighting in README.md
  • Loading branch information
MaxDesiatov authored Jul 6, 2020
commit 7f78072710d8dafc599800e2e92cc805bfde7257
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
1. Create a pull request
* Add new JSON file under nodes directory - nodes/<platform>_<os_version>.json

```
```json
{
"contact":{
"name":"Full name",
Expand All @@ -43,7 +43,7 @@
Example:
File name: macOS_10_13.json

```
```json
{
"contact":{
"name":"Mishal Shah",
Expand Down