Skip to content

Commit

Permalink
Merge pull request react-bootstrap#1107 from alampros/docs-update
Browse files Browse the repository at this point in the history
Remove bower lib reference from docs
  • Loading branch information
mtscout6 committed Aug 5, 2015
2 parents 995a762 + 60f0253 commit 4f1fd83
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 4f1fd83

Please sign in to comment.