Skip to content

Commit 4f1fd83

Browse files
committed
Merge pull request react-bootstrap#1107 from alampros/docs-update
Remove bower lib reference from docs
2 parents 995a762 + 60f0253 commit 4f1fd83

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/src/GettingStartedPage.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,7 @@ $ bower install react-bootstrap`
6565
<CodeExample
6666
mode="javascript"
6767
codeText={
68-
`define(['react-bootstrap/lib/Alert'], function(Alert) { ... });
69-
// or
70-
define(['react-bootstrap'], function(ReactBootstrap) { var Alert = ReactBootstrap.Alert; ... });`
68+
`define(['react-bootstrap'], function(ReactBootstrap) { var Alert = ReactBootstrap.Alert; ... });`
7169
}
7270
/>
7371
</div>

0 commit comments

Comments
 (0)