From f9d40733deeef003aa45f98b229bd69a3e52a1c9 Mon Sep 17 00:00:00 2001 From: Rob Dupuis Date: Sat, 20 Feb 2021 12:38:49 +0000 Subject: [PATCH] Specify use version 7.X.X for WebdriverIO v7 in README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1be818d..96c9084 100644 --- a/README.md +++ b/README.md @@ -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 ---- @@ -17,8 +17,8 @@ Obvisously, it only supports: ```js capabilities: [{ - browserName: 'chrome' - }] + browserName: 'chrome' +}] ``` ## Installation