Skip to content

Commit e15e059

Browse files
committed
Readme for 0.14.5
(cherry picked from commit d6a0a08)
1 parent dd2dbd0 commit e15e059

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
@@ -37,12 +37,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
3737

3838
```html
3939
<!-- The core React library -->
40-
<script src="https://fb.me/react-0.14.4.js"></script>
40+
<script src="https://fb.me/react-0.14.5.js"></script>
4141
<!-- The ReactDOM Library -->
42-
<script src="https://fb.me/react-dom-0.14.4.js"></script>
42+
<script src="https://fb.me/react-dom-0.14.5.js"></script>
4343
```
4444

45-
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.
45+
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.
4646

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

0 commit comments

Comments
 (0)