From 721aacc90483417325f1dacf7e223cd613cc2db5 Mon Sep 17 00:00:00 2001 From: Matthew Smith Date: Fri, 27 Mar 2015 12:09:36 -0600 Subject: [PATCH] [fixed] Documentation on react install npm install script documents an old version as well as the cdn download. --- docs/src/GettingStartedPage.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/GettingStartedPage.js b/docs/src/GettingStartedPage.js index 62031c36d6..98e3b90525 100644 --- a/docs/src/GettingStartedPage.js +++ b/docs/src/GettingStartedPage.js @@ -26,7 +26,7 @@ const Page = React.createClass({

CommonJS

{`
-  $ npm install react@v0.10.0
+  $ npm install react
   $ npm install react-bootstrap
                     `}
{`
@@ -39,7 +39,7 @@ const Page = React.createClass({
                   

AMD

{`
-  $ bower install react#v0.10.0
+  $ bower install react
   $ bower install react-bootstrap
                     `}
{`
@@ -53,7 +53,7 @@ const Page = React.createClass({
                   

The bower repo contains react-bootstrap.js and react-bootstrap.min.js with all components exported in the window.ReactBootstrap object.

{`
-  
+