Skip to content

Commit 5675f4a

Browse files
Update readme.md
1 parent 8c5a512 commit 5675f4a

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
@@ -10,7 +10,7 @@ Make sure you're using Ruby 1.9.3+ with upgraded rubygems and bundler.
1010

1111
#### Start appium server
1212

13-
`node server.js -V --fast-reset --without-delay`
13+
`node server.js`
1414

1515
#### Install / Upgrade
1616

@@ -68,7 +68,7 @@ Appium::Driver.new(apk).start_driver
6868

6969
1. Does `adb kill-server; adb devices` list an active Android device?
7070
2. Have you defined the proper env vars? `APP_PATH, APP_PACKAGE, APP_ACTIVITY, APP_WAIT_ACTIVITY`
71-
3. Are you running appium from source? `node server.js -V --fast-reset`
71+
3. Are you running appium from source? `node server.js`
7272

7373
#### Documentation
7474

0 commit comments

Comments
 (0)