@@ -116,7 +116,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
116116
117117# ## Mobile web testing - iOS
118118
119- 1. In your [Nightwatch](https://nightwatch .org) project, install ` @nightwatch/mobile-helper` as a dev-dependency:
119+ 1. In your [Nightwatch](https://nightwatchjs .org) project, install ` @nightwatch/mobile-helper` as a dev-dependency:
120120 ` ` ` sh
121121 npm i @nightwatch/mobile-helper --save-dev
122122 ` ` `
@@ -215,7 +215,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
215215
216216#### Setup Android SDK requirements
217217
218- 1. From your [Nightwatch](https://nightwatch .org) project' s root dir, run:
218+ 1. From your [Nightwatch](https://nightwatchjs .org) project' s root dir, run:
219219 ` ` ` sh
220220 npx @nightwatch/mobile-helper android --appium
221221 ` ` `
@@ -232,7 +232,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
232232
233233# ### Setup mobile app testing and run first sample test
234234
235- 1. In your [Nightwatch](https://nightwatch .org) project, install Appium v2 as a dev-dependency:
235+ 1. In your [Nightwatch](https://nightwatchjs .org) project, install Appium v2 as a dev-dependency:
236236 ` ` ` sh
237237 npm i appium@next --save-dev
238238 ` ` `
@@ -377,7 +377,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
377377
378378# ### Setup iOS SDK requirements
379379
380- 1. From your [Nightwatch](https://nightwatch .org) project' s root dir, run:
380+ 1. From your [Nightwatch](https://nightwatchjs .org) project' s root dir, run:
381381 ```sh
382382 npx @nightwatch/mobile-helper ios --setup
383383 ```
@@ -394,7 +394,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
394394
395395#### Setup mobile app testing and run first sample test
396396
397- 1. In your [Nightwatch](https://nightwatch .org) project, install Appium v2 as a dev-dependency:
397+ 1. In your [Nightwatch](https://nightwatchjs .org) project, install Appium v2 as a dev-dependency:
398398 ```sh
399399 npm i appium@next --save-dev
400400 ```
0 commit comments