Skip to content

Commit

Permalink
Fix website url in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
garg3133 authored Feb 28, 2023
1 parent 5a05ed5 commit c48589b
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 @@ -116,7 +116,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g

### Mobile web testing - iOS

1. In your [Nightwatch](https://nightwatch.org) project, install `@nightwatch/mobile-helper` as a dev-dependency:
1. In your [Nightwatch](https://nightwatchjs.org) project, install `@nightwatch/mobile-helper` as a dev-dependency:
```sh
npm i @nightwatch/mobile-helper --save-dev
```
Expand Down Expand Up @@ -215,7 +215,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
#### Setup Android SDK requirements
1. From your [Nightwatch](https://nightwatch.org) project's root dir, run:
1. From your [Nightwatch](https://nightwatchjs.org) project's root dir, run:
```sh
npx @nightwatch/mobile-helper android --appium
```
Expand All @@ -232,7 +232,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g

#### Setup mobile app testing and run first sample test

1. In your [Nightwatch](https://nightwatch.org) project, install Appium v2 as a dev-dependency:
1. In your [Nightwatch](https://nightwatchjs.org) project, install Appium v2 as a dev-dependency:
```sh
npm i appium@next --save-dev
```
Expand Down Expand Up @@ -377,7 +377,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g

#### Setup iOS SDK requirements

1. From your [Nightwatch](https://nightwatch.org) project's root dir, run:
1. From your [Nightwatch](https://nightwatchjs.org) project's root dir, run:
```sh
npx @nightwatch/mobile-helper ios --setup
```
Expand All @@ -394,7 +394,7 @@ Official Nightwatch helper-tool to easily setup all the requirements needed to g
#### Setup mobile app testing and run first sample test
1. In your [Nightwatch](https://nightwatch.org) project, install Appium v2 as a dev-dependency:
1. In your [Nightwatch](https://nightwatchjs.org) project, install Appium v2 as a dev-dependency:
```sh
npm i appium@next --save-dev
```
Expand Down

0 comments on commit c48589b

Please sign in to comment.