diff --git a/react/README.md b/react/README.md index e7679d26da..f5334c98b2 100644 --- a/react/README.md +++ b/react/README.md @@ -243,6 +243,7 @@ This style guide is mostly based on the standards that are currently prevalent i > Why? Regular HTML attributes also typically use double quotes instead of single, so JSX attributes mirror this convention. + ```jsx // bad @@ -256,6 +257,7 @@ This style guide is mostly based on the standards that are currently prevalent i // good ``` + ## Spacing