Skip to content

Commit

Permalink
Small update to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemish Gopani committed Jul 14, 2024
1 parent 059b0e4 commit cbb6ecf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ There are breaking changes between WDIO v4 and v5 with how custom reporters work

* NPM
```bash
npm install wdio-mochawesome-reporter@^4.0.0 --save-dev
npm install wdio-mochawesome-reporter --save-dev
```

* Yarn
```bash
yarn add wdio-mochawesome-reporter@^4.0.0 --dev
yarn add wdio-mochawesome-reporter --dev
```

## Configuration
Expand Down Expand Up @@ -70,12 +70,12 @@ reporters: [

* NPM
```bash
npm install wdio-mochawesome-reporter --save-dev
npm install wdio-mochawesome-reporter^4.0.0 --save-dev
```

* Yarn
```bash
yarn add wdio-mochawesome-reporter --dev
yarn add wdio-mochawesome-reporter^4.0.0 --dev
```

## Configuration
Expand Down

0 comments on commit cbb6ecf

Please sign in to comment.