diff --git a/README.md b/README.md
index a0dffaad..1caa0fb0 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ sudo apt install build-essential gcc zlib1g-dev libssl-dev openssl mariadb-serve
```
#### Required CMake version
-This project uses **CMake version 3.18** or higher and as such you will need to ensure you have this version installed.
+This project uses **CMake version 3.25** or higher and as such you will need to ensure you have this version installed.
You can check your CMake version by using the following command in a terminal.
```bash
cmake --version