From ce7ceca0ec5d6575a6c97c3d93818200333ff01d Mon Sep 17 00:00:00 2001 From: Shay Faber Date: Mon, 13 Jan 2025 14:14:08 +0100 Subject: [PATCH] Update README.md Fixed some markdown errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 17235ae..f7b598e 100644 --- a/README.md +++ b/README.md @@ -105,7 +105,7 @@ Before you run our Testing Suite, you will need to perform a few steps to set-up ```bash npx playwright test --grep @setup -``` + ``` 2. Create a coupon code in your Magento 2 environment and/or set an existing coupon code in the `.env` file. The Testing Suite offers multiple tests to ensure the proper functionality of coupon codes. To do this, you will need to either set an existing coupon code in your `.env` file, or create one and add it. @@ -233,7 +233,7 @@ We welcome contributions to enhance this project! Here's how you can get involve 4. **Commit your changes** ```bash - git commit -am 'Add a new feature' + git commit -m 'Add a new feature' ``` 5. **Push to your fork**