aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-02 09:27:03 -0700
committerMark Otto <[email protected]>2013-08-02 09:27:03 -0700
commit21be3efad3b1392ebc15acf082cbf3ae83437420 (patch)
tree0e6b4e304e343ccd03d3afcce0108c1546fa9e69 /getting-started.html
parent646700957242024828b859cc0bfacbfa0c20ac9c (diff)
parentf4b983ed11bba1d695990fa66b14f2ce277b3c7b (diff)
downloadbootstrap-21be3efad3b1392ebc15acf082cbf3ae83437420.tar.xz
bootstrap-21be3efad3b1392ebc15acf082cbf3ae83437420.zip
Merge pull request #9011 from Rycul/patch-1
Added short instruction for obtaining respond.js in example HTML code (see description).
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 0b4f6a959..2f72fa767 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -112,7 +112,7 @@ bootstrap/
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
- <!-- Optionally enable responsive features in IE8 -->
+ <!-- Optionally enable responsive features in IE8. Respond.js can be obtained from https://github.com/scottjehl/Respond -->
<script src="js/respond.js"></script>
</body>
</html>