From 4e28f45553aaa215e0a69d997257ea4d4e1b3f2b Mon Sep 17 00:00:00 2001 From: CosminPerRam Date: Tue, 21 Jan 2025 20:16:38 +0200 Subject: [PATCH] docs: README note that some games might require additional values --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96de5d0..bcbdb65 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,8 @@ Confused on how this works, or you want to see more? Checkout the [examples](/ex | **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. | +Note that some games might require additional values to be specified. + ## Optional Fields | Field | Type | Default | Description |