Readme for 0.14.5

(cherry picked from commit d6a0a083e4)
This commit is contained in:
Ben Alpert 2015-12-29 14:36:24 -08:00
parent dd2dbd0a5c
commit e15e059d73

View File

@ -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.4.js"></script>
<script src="https://fb.me/react-0.14.5.js"></script>
<!-- The ReactDOM Library -->
<script src="https://fb.me/react-dom-0.14.4.js"></script>
<script src="https://fb.me/react-dom-0.14.5.js"></script>
```
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-0.14.4.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.5.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: