Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,22 +32,7 @@ You'll notice that we used an XML-like syntax; [we call it JSX](http://facebook.

## Installation

The fastest way to get started is to serve JavaScript from the CDN:

```html
<!-- The core React library -->
<script src="http://fb.me/react-0.3.0.min.js"></script>
<!-- In-browser JSX transformer, remove when pre-compiling JSX. -->
<script src="http://fb.me/JSXTransformer-0.3.0.js"></script>
```

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

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

```sh
bower install --save react
```
[Look at our Getting Started documentation](http://facebook.github.io/react/docs/getting-started.html)

## Contribute

Expand Down