diff --git a/downloads.md b/downloads.md
index 6b8f61bf1..eb5da226e 100644
--- a/downloads.md
+++ b/downloads.md
@@ -48,25 +48,10 @@ The compressed, production version of React with [add-ons](/react/docs/addons.ht
```
-#### JSX Transformer
-The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) in JavaScript.
-
-```html
-
-```
-
All scripts are also available via [CDNJS](https://cdnjs.com/libraries/react/).
## npm
-To install the JSX transformer on your computer, run:
-
-```sh
-$ npm install -g react-tools
-```
-
-For more info about the `jsx` binary, see the [Getting Started](/react/docs/getting-started.html#offline-transform) guide.
-
If you're using an npm-compatible packaging system like browserify or webpack, you can use the `react` package. After installing it using `npm install react` or adding `react` to `package.json`, you can use React:
```js