From 8c5f5add5e41efa586e1e9671093ca901129313c Mon Sep 17 00:00:00 2001 From: Nathan Waldman Date: Wed, 21 Apr 2021 22:51:04 -0500 Subject: [PATCH] Updated WebdriverIO installation instructions url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf82996..14dd98e 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ npm install wdio-screenshot --save-dev ``` -Instructions on how to install `WebdriverIO` can be found [here.](http://webdriver.io/guide/getstarted/install.html) +Instructions on how to install `WebdriverIO` can be found [here.](https://webdriver.io/docs/gettingstarted#installation) Note: If you want to improve performance, you can [install GraphicsMagick](#use-graphicsmagick).