docs: Update README.md
diff --git a/README.md b/README.md
index 12c34d5d..3ccce0db 100644
--- a/README.md
+++ b/README.md
@@ -36,9 +36,9 @@ For example, to clone the latest binary release of the `v2.x` branch one can do
```bash
git clone https://github.com/limine-bootloader/limine.git --branch=v2.0-branch-binary --depth=1
```
-or, to clone a specific binary point release (for example v2.1.6)
+or, to clone a specific binary point release (for example v2.4)
```bash
-git clone https://github.com/limine-bootloader/limine.git --branch=v2.1.6-binary --depth=1
+git clone https://github.com/limine-bootloader/limine.git --branch=v2.4-binary --depth=1
```
Additionally, the absolute latest Limine binary release can be obtained by fetching
