From f4b6a9f8ee5266b6dbe258b05fc7e442e933c3a6 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 27 Jun 2018 17:09:45 +0100 Subject: [PATCH] Just remove this sentence --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29e56e16b2..8c28048f36 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ ReactDOM.render( This example will render "Hello Taylor" into a container on the page. -You'll notice that we used an HTML-like syntax; [we call it JSX](https://reactjs.org/docs/introducing-jsx.html). JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. The next section contains instructions for integrating React and JSX (optionally) into your project. +You'll notice that we used an HTML-like syntax; [we call it JSX](https://reactjs.org/docs/introducing-jsx.html). JSX is not required to use React, but it makes code more readable, and writing it feels like writing HTML. ## Installation