diff --git a/docs/en/real-devices.md b/docs/en/real-devices.md index b71bbe26d..e81b61411 100644 --- a/docs/en/real-devices.md +++ b/docs/en/real-devices.md @@ -30,7 +30,10 @@ installed on the device) or the path to the .ipa file via the `--app` flag or the `app` desired capability: ``` +# appium 0.x node . -U --app +# appium 1.x +node . -U --app --platform-name ``` This will start Appium and have Appium use the device to test the app.