Browse Source

Formatting nit

main
Brian Vaughn 7 years ago
committed by GitHub
parent
commit
c07c8be506
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      content/docs/add-react-to-an-existing-app.md

2
content/docs/add-react-to-an-existing-app.md

@ -42,7 +42,7 @@ Both Yarn and npm download packages from the [npm registry](http://npmjs.com/).
> Note:
>
> To prevent potential incompatibilities, all react packages should use the same version. (This includes react, react-dom, react-test-renderer, etc.)
> To prevent potential incompatibilities, all react packages should use the same version. (This includes `react`, `react-dom`, `react-test-renderer`, etc.)
### Enabling ES6 and JSX

Loading…
Cancel
Save