-
Notifications
You must be signed in to change notification settings - Fork 47.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,12 +35,12 @@ The fastest way to get started is to serve JavaScript from a CDN. We're using [n | |
|
||
```html | ||
<!-- The core React library --> | ||
<script src="https://npmcdn.com/[email protected].0/dist/react.js"></script> | ||
<script src="https://npmcdn.com/[email protected].1/dist/react.js"></script> | ||
<!-- The ReactDOM Library --> | ||
<script src="https://npmcdn.com/[email protected].0/dist/react-dom.js"></script> | ||
<script src="https://npmcdn.com/[email protected].1/dist/react-dom.js"></script> | ||
``` | ||
|
||
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. | ||
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. | ||
|
||
If you'd like to use [bower](http://bower.io), it's as easy as: | ||
|
||
|