Skip to content

Commit dafa8e6

Browse files
committed
feat: Updated example JSON
1 parent 1a9c75e commit dafa8e6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ First, you will need to fork this repository so you have your own copy of it. To
1414

1515
Once you have your own copy of the repository, you will need to create a new file containing your server's information in valid JSON format. This file should be named after your server and should be placed in the `/servers` directory.
1616

17-
The JSON file should contain a key/value pair for each field that is needed for your server, such as name, any applicable IP address' or domain names, type, versions, etc. For example, a file for our test server might look like this:
17+
The JSON file should contain a key/value pair for each field that is needed for your server, such as name, any applicable IP address' or domain names, types, versions, etc. For example, a file for our test server might look like this:
1818

1919
```json
2020
{
2121
"name": "Server Name",
2222
"hosts": ["ip.address"],
2323
"versions": ["supported.version"],
2424
"primaryColour": "#FFFFFF",
25-
"type": "Vanilla"
25+
"type": ["Vanilla"]
2626
}
2727
```
2828

0 commit comments

Comments
 (0)