Skip to content

Commit

Permalink
bring docs into line with reality
Browse files Browse the repository at this point in the history
  • Loading branch information
jlipps committed Mar 5, 2013
1 parent bf55529 commit 4a0b6a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/running-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ Then script your WebDriver test, sending in the following desired capabilities:
'platform': 'MAC',
'version': '4.2',
'app': myApp,
'appPackage': myAppPackage,
'appActivity': myAppActivity
'app-package': myAppPackage,
'app-activity': myAppActivity
}
```

Expand Down

0 comments on commit 4a0b6a9

Please sign in to comment.