From 4b9c02e441cd1c30df4b6c7af211b150c683e2e1 Mon Sep 17 00:00:00 2001 From: Chomp Date: Wed, 27 Nov 2024 09:39:54 +0000 Subject: [PATCH] Fixed typo in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29a9ddd8..f1ea22e1 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ We're really excited that you're interested in contributing! Before submitting y ### Branches - **master** - The default branch used for the latest stable release. This branch is protected and typically is only merges with release branches. + The default branch used for the latest stable release. This branch is protected and typically is only merged with release branches. - **3.10.X-DEV** Development for the next hotfix release. Hotfix releases include bug fixes and minor features that do not affect the coding structure of the project. Special care is taken to not break server mod stability. These always target the same version of EFT as the last minor release. - **3.11.0-DEV**