Update readme for 15.2.1

This commit is contained in:
Paul O’Shannessy 2016-07-08 15:12:35 -07:00
parent 4b9d48a150
commit 5597ca70be

View File

@ -35,12 +35,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-15.2.0.js"></script>
<script src="https://fb.me/react-15.2.1.js"></script>
<!-- The ReactDOM Library -->
<script src="https://fb.me/react-dom-15.2.0.js"></script>
<script src="https://fb.me/react-dom-15.2.1.js"></script>
```
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-15.2.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](https://facebook.github.io/react/downloads/react-15.2.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.
If you'd like to use [bower](http://bower.io), it's as easy as: