From 7943254285a0a91760afa174f7012fee1d5582e9 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Mon, 18 Aug 2025 18:42:54 +0000 Subject: [PATCH] fix(readme): correct platform type casing in command examples * Updated the casing for "Linux", "Windows", and "macOS" in the command examples for consistency and clarity. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f97d27..317f7df 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,7 @@ Common commands / flags you can chain after the image name (order matters; see n | `+app_info_update 1` | Refresh app info cache (used before querying details) | `+app_info_update 1` | | `+workshop_download_item ` | Download a specific workshop item | `+workshop_download_item 4020 3418671232` | | `+download_depot ` | Fetch a specific depot/manifest (version pinning) | `+download_depot 90 90 402078904020789` | -| `+sSteamCmdForcePlatformType ` | Force platform (linux / windows / macos) for content | `+sSteamCmdForcePlatformType windows` | +| `+sSteamCmdForcePlatformType ` | Force platform (Linux / Windows / macOS) for content | `+sSteamCmdForcePlatformType windows` | | `+runscript ` | Execute batch of commands from script file | `+runscript /scripts/install.txt` | | `+quit` | Exit steamcmd when previous commands complete | `+quit` |