Skip to content

Commit 769d4b7

Browse files
committed
Changes from Toshe's comments
1 parent 53daba5 commit 769d4b7

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ System Requirements
1313
===================
1414

1515
* OS X 10.9.4 or later
16-
* Node.js 0.10.31 or later
16+
* Node.js 0.10.26 or later
1717
* Xcode 5.0 or later
1818
* Command Line Tools for Xcode, compatible with your versions of Xcode and OS X
1919
* iOS 7.0 SDK or later
@@ -47,8 +47,8 @@ Usage
4747
=====
4848

4949
```bash
50-
$ ios-sim-portable <command> [command parameters] [--command <options>]
51-
$ isim <command> [command parameters] [--command <options>]
50+
$ ios-sim-portable <command> [parameters] [--options <values>]
51+
$ isim <command> [parameters] [--options <values>]
5252

5353
General commands:
5454
help <command> Shows additional information about the commands in this list.

resources/help.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
--[]--
22

33
Usage:
4-
$ ios-sim-portable <command> [command parameters] [--command <options>]
5-
$ isim <command> [command parameters] [--command <options>]
4+
$ ios-sim-portable <command> [parameters] [--options <values>]
5+
$ isim <command> [parameters] [--options <values>]
66

77
General commands:
88
help <command> Shows additional information about the commands in this list.

0 commit comments

Comments
 (0)