From c215bc3cd4848ea1d660caed5d63ae920a82aa0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Tue, 17 Dec 2013 11:21:08 -0800 Subject: [PATCH] Update npm-react readme to point to autoflow --- npm-react/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/npm-react/README.md b/npm-react/README.md index 0ce2a15b53..bbc99ab417 100644 --- a/npm-react/README.md +++ b/npm-react/README.md @@ -1,4 +1,4 @@ -# react-core +# react An npm package to get you immediate access to [React](http://facebook.github.io/react/), without also requiring the JSX transformer. This is especially useful for cases where you @@ -7,7 +7,7 @@ want to [`browserify`](https://github.com/substack/node-browserify) your module ## The `react` npm package has recently changed! -If you're looking for jeffbski's [React.js](https://github.com/jeffbski/react) project, it's now in `npm` as `reactjs` rather than `react`. +If you're looking for jeffbski's [React.js](https://github.com/jeffbski/react) project, it's now in `npm` as `autoflow` rather than `react`. ## Example Usage