mirror of
https://github.com/gamedig/node-gamedig.git
synced 2024-11-17 17:25:19 +01:00
chore: add protocol- mention on README (#480)
This commit is contained in:
parent
861d24898a
commit
06df9604d6
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Confused on how this works, or you want to see more? Checkout the [examples](/ex
|
|||
|
||||
| Field | Type | Description |
|
||||
|:---------|:-------|:---------------------------------------------------------------|
|
||||
| **type** | string | One of the game IDs listed in the [games list](GAMES_LIST.md). |
|
||||
| **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. |
|
||||
|
||||
## Optional Fields
|
||||
|
|
Loading…
Reference in a new issue