diff --git a/README.md b/README.md
index 606bb4bc553e7852f52199a2604da5343a15ad70..e6587de7c85ea8a8699710d79326ee067b0c04c1 100644
--- a/README.md
+++ b/README.md
@@ -24,11 +24,11 @@ for web development.
    ```
 2. Install the dependencies:
    ```bash
-   yarn install 
+   yarn install
    ```
    ### Important:
-   Your Node version must be >=20.0.0. You can check your Node version by running `node -v` in your terminal.
-
+   Ensure you are using Node.js version `^18.18.0 or >=20.0.0` to mostly avoid compatibility issues. Node `v18.20.0` is
+   recommended for this project. You can check your Node version by running `node -v` in your terminal.
 
 3. Start the development server:
    ```bash