diff --git a/content/docs/installation.md b/content/docs/installation.md index 5e62dabcf9c..491bc1acb8a 100644 --- a/content/docs/installation.md +++ b/content/docs/installation.md @@ -30,7 +30,7 @@ If you want to use it for a full application, there are two popular ways to get ## Creating a New Application -[Create React App](http://github.com/facebookincubator/create-react-app) is the best way to start building a new React single page application. It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. +[Create React App](http://github.com/facebookincubator/create-react-app) is the best way to start building a new React single page application. It sets up your development environment so that you can use the latest JavaScript features, provides a nice developer experience, and optimizes your app for production. You’ll need to have Node >= 6 on your machine. ```bash npm install -g create-react-app