From e5c4a3c7d5483ee1450c2d4cd494175f64de9a67 Mon Sep 17 00:00:00 2001 From: petehunt Date: Wed, 4 Dec 2013 10:37:57 -0500 Subject: [PATCH] update README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 157457406c..4f3d7d89d0 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ React is a JavaScript library for building user interfaces. [Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html) +## 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`. + ## Examples We have several examples [on the website](http://facebook.github.io/react/). Here is the first one to get you started: