diff --git a/README.md b/README.md index 2e5d623e02..33d3929acc 100644 --- a/README.md +++ b/README.md @@ -52,11 +52,11 @@ 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. If you're using React as a `