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.

{`
-  
+