Skip to content

Commit

Permalink
Merge pull request emberjs#802 from emberjs/michaelrkn-patch-1
Browse files Browse the repository at this point in the history
Take version number out of check for Node
  • Loading branch information
locks committed Sep 25, 2015
2 parents 85940cb + dd26820 commit dda0f81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/getting-started/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ command line:
node --version
```

The output should say something like `0.12.x`. If it does not:
The output should give a version number. If it gives a "command not found" error instead:

* Windows or Mac users can download and run [this Node.js installer](http://nodejs.org/download/).
* Mac users often prefer to install Node using [Homebrew](http://brew.sh/). After
Expand Down

0 comments on commit dda0f81

Please sign in to comment.