Commit 21be3efa authored by Mark Otto's avatar Mark Otto

Merge pull request #9011 from Rycul/patch-1

Added short instruction for obtaining respond.js in example HTML code (see description).
parents 64670095 f4b983ed
...@@ -112,7 +112,7 @@ bootstrap/ ...@@ -112,7 +112,7 @@ bootstrap/
<!-- Include all compiled plugins (below), or include individual files as needed --> <!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script> <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> <script src="js/respond.js"></script>
</body> </body>
</html> </html>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment