Skip to content

Commit

Permalink
Remove bower lib reference from docs
Browse files Browse the repository at this point in the history
Reflects changes in react-bootstrap#815.
  • Loading branch information
alampros committed Aug 5, 2015
1 parent a3e8c03 commit 60f0253
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/src/GettingStartedPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,7 @@ $ bower install react-bootstrap`
<CodeExample
mode="javascript"
codeText={
`define(['react-bootstrap/lib/Alert'], function(Alert) { ... });
// or
define(['react-bootstrap'], function(ReactBootstrap) { var Alert = ReactBootstrap.Alert; ... });`
`define(['react-bootstrap'], function(ReactBootstrap) { var Alert = ReactBootstrap.Alert; ... });`
}
/>
</div>
Expand Down

0 comments on commit 60f0253

Please sign in to comment.