From e18fb91852cc9386abc234c660f4c03903a4d663 Mon Sep 17 00:00:00 2001 From: falguniraina <48027052+falguniraina@users.noreply.github.com> Date: Wed, 8 Jul 2020 21:37:27 +0530 Subject: [PATCH] Text improvement (#19167) text improvement in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d890a37820..2e5d623e02 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 `