Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
Specify use version 7.X.X for WebdriverIO v7 in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robd committed Feb 20, 2021
1 parent 8b92df9 commit f9d4073
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ WDIO ChromeDriver Service
(Based entirely on [wdio-selenium-standalone-service](https://github.com/webdriverio/webdriverio/tree/master/packages/wdio-selenium-standalone-service).)

Note:
If you're working with WebdriverIO v6, use version 7.X.X\
If you're working with WebdriverIO v6, use version 6.X.X\
If you're working with WebdriverIO v5, use version 5.X.X\
If you're working with WebdriverIO v7, use version 7.X.X
If you're working with WebdriverIO v6, use version 6.X.X
If you're working with WebdriverIO v5, use version 5.X.X

----

Expand All @@ -17,8 +17,8 @@ Obvisously, it only supports:

```js
capabilities: [{
browserName: 'chrome'
}]
browserName: 'chrome'
}]
```

## Installation
Expand Down

0 comments on commit f9d4073

Please sign in to comment.