From 06df9604d6f93a71e125fa40dbe8435b6ea93c8f Mon Sep 17 00:00:00 2001 From: Pedro Ivo Hudson Date: Wed, 17 Jan 2024 08:11:05 -0300 Subject: [PATCH] chore: add protocol- mention on README (#480) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b2b2a9..ca2a506 100644 --- a/README.md +++ b/README.md @@ -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