diff options
| author | Chris Rebert <[email protected]> | 2013-08-09 17:55:12 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-08-09 17:55:12 -0700 |
| commit | d48387aa4d7ba3e6b94947b22c2d7e9afc486f0b (patch) | |
| tree | 38ecfd84ea37e815bd2b1399a74046608366d445 | |
| parent | b2b44a53b7196084c0d4ba80db84c2f83171a42b (diff) | |
| download | bootstrap-d48387aa4d7ba3e6b94947b22c2d7e9afc486f0b.tar.xz bootstrap-d48387aa4d7ba3e6b94947b22c2d7e9afc486f0b.zip | |
Fixes #9260
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 8e2c6632a..4db392ad5 100644 --- a/getting-started.html +++ b/getting-started.html @@ -103,7 +103,7 @@ bootstrap/ <body> <h1>Hello, world!</h1> - <!-- JavaScript plugins (requires jQuery) --> + <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="http://code.jquery.com/jquery.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="js/bootstrap.min.js"></script> |
