From 5a1b3f08f88c0f9091e4aa39856ee379acf03773 Mon Sep 17 00:00:00 2001 From: Johan Lundstroem Date: Mon, 4 Aug 2014 08:51:09 +0200 Subject: [PATCH] Update README.md Verison -> Version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d871b6f..e5330b23 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ from appium import webdriver desired_caps = {} desired_caps['platformName'] = 'iOS' -desired_caps['platformVerison'] = '7.1' +desired_caps['platformVersion'] = '7.1' desired_caps['deviceName'] = 'iPhone Simulator' desired_caps['app'] = PATH('../../apps/UICatalog.app.zip')