Skip to content

Commit

Permalink
Merge pull request #1204 from jmingov/patch-1
Browse files Browse the repository at this point in the history
Updated React Version to 0.9.0
  • Loading branch information
petehunt committed Mar 2, 2014
2 parents 90e9963 + b2649dd commit 237adac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab

```html
<!-- The core React library -->
<script src="http://fb.me/react-0.8.0.js"></script>
<script src="http://fb.me/react-0.9.0.js"></script>
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
<script src="http://fb.me/JSXTransformer-0.8.0.js"></script>
<script src="http://fb.me/JSXTransformer-0.9.0.js"></script>
```

We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.8.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code.
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.9.0.zip) which might be useful if this is your first time using React. It includes a webpage with an example of using React with live code.

If you'd like to use [bower](http://bower.io), it's as easy as:

Expand Down

0 comments on commit 237adac

Please sign in to comment.