diff --git a/unitTests/README.md b/unitTests/README.md
index dba971d1eac85d25f8ed70dcd04493b70cfb9aa6..00affb9ec389a635d11fd43d501d35c95ca7871b 100644
--- a/unitTests/README.md
+++ b/unitTests/README.md
@@ -82,8 +82,7 @@ The `saveTests.m` script allows users to generate and save test reference data.
 
 #### 💾 **Step 2: Save Test Data**:
    - Run the `saveTests.m` script:
-      - > [!NOTE]
-       For **`TestSimulator`**, define a verifiable string and execute the saving routine as shown in the following example:
+      - For **`TestSimulator`**, define a verifiable string and execute the saving routine as shown in the following example:
          ```MATLAB
          if opt.createTestSimulator
                verifiable = 'HRE';
@@ -91,8 +90,7 @@ The `saveTests.m` script allows users to generate and save test reference data.
          end
          ```
 
-     - > [!NOTE]
-      For **`TestCommonFunctions`**, configure key parameters as shown in the following example:
+     - For **`TestCommonFunctions`**, configure key parameters as shown in the following example:
       
        ```matlab
        if opt.createTestCommonFunction