From e4fa9ca9eeb81a4874214e918654787647f5bb42 Mon Sep 17 00:00:00 2001 From: Clay Allsopp Date: Thu, 22 Aug 2013 10:07:01 -0700 Subject: [PATCH] Add CDNJS to docs. Fixes #244 (cherry picked from commit 3d1cc16a9b143b96b353b7b03c06ca0f7e544304) --- README.md | 2 +- docs/downloads.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ccb46727d9..caa7f2ece4 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/downloads.md b/docs/downloads.md index 0139825cdc..27379cdb17 100644 --- a/docs/downloads.md +++ b/docs/downloads.md @@ -35,6 +35,8 @@ The JSX transformer used to support [XML syntax](/react/docs/jsx-in-depth.html) ``` +All scripts are also available via [CDNJS](http://cdnjs.com/#react). + ## Bower ```sh