Add CDNJS to docs. Fixes #244

(cherry picked from commit 3d1cc16a9b)
This commit is contained in:
Clay Allsopp
2013-08-22 11:11:53 -07:00
committed by Paul O’Shannessy
parent 176ef3521c
commit e4fa9ca9ee
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -32,7 +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:
The fastest way to get started is to serve JavaScript from the CDN (also available on [CDNJS](http://cdnjs.com/#react)):
```html
<!-- The core React library -->
+2
View File
@@ -35,6 +35,8 @@ The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html)
<script src="http://fb.me/JSXTransformer-{{site.react_version}}.js"></script>
```
All scripts are also available via [CDNJS](http://cdnjs.com/#react).
## Bower
```sh