Skip to content

Commit e10f83d

Browse files
committed
Update readme for 15.3.1
(cherry picked from commit cc41ec2)
1 parent 9af8be6 commit e10f83d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ The fastest way to get started is to serve JavaScript from a CDN. We're using [n
3535

3636
```html
3737
<!-- The core React library -->
38-
<script src="https://npmcdn.com/react@15.3.0/dist/react.js"></script>
38+
<script src="https://npmcdn.com/react@15.3.1/dist/react.js"></script>
3939
<!-- The ReactDOM Library -->
40-
<script src="https://npmcdn.com/react-dom@15.3.0/dist/react-dom.js"></script>
40+
<script src="https://npmcdn.com/react-dom@15.3.1/dist/react-dom.js"></script>
4141
```
4242

43-
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-15.3.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.
43+
We've also built a [starter kit](https://facebook.github.io/react/downloads/react-15.3.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.
4444

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

0 commit comments

Comments
 (0)