Skip to content

Commit 2c88e3b

Browse files
Merge pull request appium#43 from lundstrj/master
Update README.md
2 parents 7c29f28 + 5a1b3f0 commit 2c88e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ from appium import webdriver
7777
7878
desired_caps = {}
7979
desired_caps['platformName'] = 'iOS'
80-
desired_caps['platformVerison'] = '7.1'
80+
desired_caps['platformVersion'] = '7.1'
8181
desired_caps['deviceName'] = 'iPhone Simulator'
8282
desired_caps['app'] = PATH('../../apps/UICatalog.app.zip')
8383

0 commit comments

Comments
 (0)