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

Commit

Permalink
Merge pull request #45 from robd/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
atti187 committed Feb 21, 2021
2 parents 8b92df9 + f9d4073 commit d7e3fd0
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 d7e3fd0

Please sign in to comment.