Merge pull request #9011 from Rycul/patch-1

Added short instruction for obtaining respond.js in example HTML code (see description).
This commit is contained in:
Mark Otto 2013-08-02 09:27:03 -07:00
commit 21be3efad3
1 changed files with 1 additions and 1 deletions

View File

@ -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>