Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fixed some markdown errors
  • Loading branch information
shayfaber authored Jan 13, 2025
1 parent 835f4ff commit ce7ceca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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**
Expand Down

0 comments on commit ce7ceca

Please sign in to comment.