Skip to content

Commit

Permalink
Update readme for 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zpao committed Nov 2, 2015
1 parent a4fd089 commit 01622a4
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 @@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab

```html
<!-- The core React library -->
<script src="https://fb.me/react-0.14.1.js"></script>
<script src="https://fb.me/react-0.14.2.js"></script>
<!-- The ReactDOM Library -->
<script src="https://fb.me/react-dom-0.14.1.js"></script>
<script src="https://fb.me/react-dom-0.14.2.js"></script>
```

We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.1.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](https://facebook.github.io/react/downloads/react-0.14.2.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 01622a4

Please sign in to comment.