Skip to content

Commit f0e9d1c

Browse files
xuanzhaopengSrinivasanTarget
authored andcommitted
Fix Readme (#59)
1) Fix the adb command in Readme
1 parent 9427ac1 commit f0e9d1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
9. Run following command to verify adb devices can detect the connected android device.
6464

6565
```
66-
$ docker exec -it container-appium bash "adb devices"
66+
$ docker exec -it container-appium adb devices
6767
```
6868

6969
10. Run UI Test with following test configuration

0 commit comments

Comments
 (0)