From eff5afaf3b59c2a1aaf38cbf9a5228ce12fb89e1 Mon Sep 17 00:00:00 2001 From: Dan Date: Thu, 28 Jun 2018 02:37:56 +0100 Subject: [PATCH] Less feels --- content/docs/add-react-to-a-website.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index dc628b6ac..9b9d26dd2 100644 --- a/content/docs/add-react-to-a-website.md +++ b/content/docs/add-react-to-a-website.md @@ -152,7 +152,7 @@ You can play with JSX using [this online converter](http://babeljs.io/repl#?babi ### Add JSX to a Project -Adding JSX to a project doesn't require complicated tools like a bundler or a development server. Essentially, adding JSX **feels a lot like adding a CSS preprocessor.** The only requirement is to have [Node.js](https://nodejs.org/) installed on your computer. +Adding JSX to a project doesn't require complicated tools like a bundler or a development server. Essentially, adding JSX **is a lot like adding a CSS preprocessor.** The only requirement is to have [Node.js](https://nodejs.org/) installed on your computer. Go to your project folder in the terminal, and paste these two commands: