chore: add protocol- mention on README (#480)

This commit is contained in:
Pedro Ivo Hudson 2024-01-17 08:11:05 -03:00 committed by GitHub
parent 861d24898a
commit 06df9604d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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