Skip to content

Commit e6912a7

Browse files
committed
Update readme for 0.5.2
1 parent f1ae339 commit e6912a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,12 @@ The fastest way to get started is to serve JavaScript from the CDN (also availab
3636

3737
```html
3838
<!-- The core React library -->
39-
<script src="http://fb.me/react-0.5.1.js"></script>
39+
<script src="http://fb.me/react-0.5.2.js"></script>
4040
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
41-
<script src="http://fb.me/JSXTransformer-0.5.1.js"></script>
41+
<script src="http://fb.me/JSXTransformer-0.5.2.js"></script>
4242
```
4343

44-
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.5.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.
44+
We've also built a [starter kit](http://facebook.github.io/react/downloads/react-0.5.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.
4545

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

0 commit comments

Comments
 (0)