Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencelomax committed Dec 21, 2015
1 parent 1bb0925 commit 3226073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ To launch Safari on an iPhone 5, you can use the following:
arguments:@[]
environment:@{}];

// System Applications can be launched directly since they are already installed.
// User applications must be installed first with `installSimulator:`
// System Applications can be launched directly since they are already 'installed' in the Simulator.
// Applications provided by the user must be installed after Booting with `installApplication:`.
BOOL success = [[[simulator.interact
bootSimulator]
launchApplication:appLaunch]
Expand Down

0 comments on commit 3226073

Please sign in to comment.