Skip to content

Commit e23fa37

Browse files
committed
Added link to Bootstrap Getting Started docs
To make it a little more clear that you need to install the CSS first.
1 parent 0793e12 commit e23fa37

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/src/GettingStartedPage.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ var Page = React.createClass({
2525
<h2 id="setup" className="page-header">Setup</h2>
2626
<p className="lead">You can import the lib with as AMD modules, CommonJS modules as a global JS script.</p>
2727

28-
<p>First add the bootstrap CSS to your project then:</p>
28+
<p>First add the Bootstrap CSS to your project; check <a href="http://getbootstrap.com/getting-started/" name="Bootstrap Docs">here</a> if you have not already done that. Then:</p>
2929

3030
<h3>CommonJS</h3>
3131
<div className="highlight">

0 commit comments

Comments
 (0)