Skip to content

Commit a399713

Browse files
Use json with comments
1 parent f481951 commit a399713

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
@@ -32,7 +32,7 @@ Additionally you can start the server by running the file located in `src/server
3232
### Customizable Settings
3333
The game now includes support for settings modification. This can be done by editing `settings.json`. Keep in mind that you will need to restart the server for modifications to take effect. \
3434
Here are the default settings in JSON with some informations :
35-
```json
35+
```jsonc
3636
{
3737
"server_port": 8080, // The port on which the server is available
3838
// Some ports like 80 require an elevation, in that case launch the server as root

0 commit comments

Comments
 (0)