From 6329597c84b6e746d81d102b157f34b2752029f2 Mon Sep 17 00:00:00 2001 From: Bubbles Date: Wed, 20 Aug 2025 16:13:42 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e2fab5966..1b254a084 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This repository contains the generated Source 2 SDKs for various games. Each gam ## Available Branches -- `csgo` - Counter-Strike: Global Offensive (Counter-Strike 2) +- `cs2` - Counter-Strike: Global Offensive (Counter-Strike 2) - `dota` - Dota 2 - `hlvr` - Half-Life: Alyx - `artifact-classic` - Artifact @@ -20,7 +20,7 @@ To access the SDK for a specific game, switch to the corresponding branch: ```bash git checkout ``` -Replace with the desired game branch (e.g., csgo, dota, etc.). +Replace with the desired game branch (e.g., cs2, dota, etc.). ## Generation & Contributions The SDK dumps in this repository were generated using the - **[NEVERLOSE Source2Gen](https://github.com/neverlosecc/source2gen)** tool.