From 9ec28ba8c1bb36f88fc7c9a5039ff5ff38b8d7a1 Mon Sep 17 00:00:00 2001 From: John Hobbs Date: Wed, 29 Dec 2021 21:28:56 -0600 Subject: [PATCH] Typos --- android/package.json | 2 +- ios/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/package.json b/android/package.json index 2cfca95..2f2fa5f 100644 --- a/android/package.json +++ b/android/package.json @@ -1,7 +1,7 @@ { "name": "webdriverio-appium-app-browserstack", "version": "0.1.0", - "readme": "WendriverIO Integration with [BrowserStack](https://www.browserstack.com)", + "readme": "WebdriverIO Integration with [BrowserStack](https://www.browserstack.com)", "description": "Selenium examples for WebdriverIO and BrowserStack App Automate", "scripts": { "test": "npm run first && npm run local && npm run parallel", diff --git a/ios/package.json b/ios/package.json index 9b5953d..2d9b145 100644 --- a/ios/package.json +++ b/ios/package.json @@ -1,7 +1,7 @@ { "name": "webdriverio-appium-app-browserstack", "version": "0.1.0", - "readme": "WendriverIO Integration with [BrowserStack](https://www.browserstack.com)", + "readme": "WebdriverIO Integration with [BrowserStack](https://www.browserstack.com)", "description": "Selenium examples for WebdriverIO and BrowserStack App Automate", "scripts": { "test": "npm run first && npm run local && npm run parallel",