Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Spike Brehm committed Sep 24, 2015
1 parent ea83ade commit 41eb69c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -39,7 +39,7 @@ the client-side.

### Install Node.js >= 0.10.x

If Node.js version 0.10.x is not already installed on your system, install it so you can run this app.
If Node.js version >= 0.10.x is not already installed on your system, install it so you can run this app.

#### Check if it's installed

Expand All @@ -48,7 +48,7 @@ The command `which node` will return a path to your installed version of Node.js
$ which node
/usr/local/bin/node

If it is installed, make sure it's at least version 0.8.x, and preferably 0.10.x.
If it is installed, make sure it's >= 0.10.x.

$ node --version
v0.10.33
Expand Down

0 comments on commit 41eb69c

Please sign in to comment.