From 36ab425d507007c1d2708642bc3deb665d6c11b5 Mon Sep 17 00:00:00 2001 From: Christopher Monsanto Date: Mon, 7 Jul 2014 15:00:47 -0400 Subject: [PATCH] Remove mention of envify since it is listed in package.json --- downloads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/downloads.md b/downloads.md index 769c6b6e..accfa3cc 100644 --- a/downloads.md +++ b/downloads.md @@ -76,7 +76,7 @@ React.renderComponent(...); If you'd like to use any [add-ons](/react/docs/addons.html), use `var React = require('react/addons');` instead. -**Note:** by default, React will be in development mode. To use React in production mode, set the environment variable `NODE_ENV` to `production`. For use in node, this is sufficient; if you are using browserify, the [envify](https://github.com/hughsk/envify) transform is needed to make use of environment variables. A minifier that performs dead-code elimination such as [UglifyJS](https://github.com/mishoo/UglifyJS2) is recommended to completely remove the extra code present in development mode. +**Note:** by default, React will be in development mode. To use React in production mode, set the environment variable `NODE_ENV` to `production`. A minifier that performs dead-code elimination such as [UglifyJS](https://github.com/mishoo/UglifyJS2) is recommended to completely remove the extra code present in development mode. ## Bower