Skip to content

Commit 27c9f2e

Browse files
authored
docs: README.md
1 parent 758ca8b commit 27c9f2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Please read [`[5.0.0]`](CHANGELOG.md#500---2021-11-05) section in [CHANGELOG](CH
2525
# How to start
2626
## Run tests
2727
### Unit Tests
28-
Run unit tests which check each method and commands, URL, using the webmock.
28+
Run unit tests which check each method and command, URL, using the webmock.
2929

3030
```bash
3131
$ bundle install
@@ -44,7 +44,7 @@ Run functional tests which require the Appium server and real device, Simulator/
4444

4545
- Start Appium server (Appium 2.0 base)
4646
```bash
47-
$ npm install -g appium@next
47+
$ npm install --location=global appium
4848
$ appium driver install xcuitest
4949
$ appium driver install uiautomator2 # etc
5050
$ appium --base-path=/wd/hub --relaxed-security # To run all tests in local

0 commit comments

Comments
 (0)