docs(readme): fix tables formatting

This commit is contained in:
CosminPerRam 2024-09-29 22:30:18 +03:00
parent 9633536baf
commit ebe856402a

View file

@ -38,7 +38,7 @@ Confused on how this works, or you want to see more? Checkout the [examples](/ex
## Required Fields ## Required Fields
| Field | Type | Description | | Field | Type | Description |
|:---------|:-------|:---------------------------------------------------------------| |:---------|:-------|:-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **type** | string | One of the game type IDs listed in the [games list](GAMES_LIST.md). Or you can use `protocol-[name]` to select a specific protocol. Protocols are listed [here](protocols/index.js). | | **type** | string | One of the game type IDs listed in the [games list](GAMES_LIST.md). Or you can use `protocol-[name]` to select a specific protocol. Protocols are listed [here](protocols/index.js). |
| **host** | string | Hostname or IP of the game server. | | **host** | string | Hostname or IP of the game server. |