update script location

pull/4/head
dohliam 8 years ago
parent a3b9d1da4b
commit b5402f6d85

@ -8,7 +8,7 @@ This project only includes _minimal_ frameworks, in other words, boilerplate fra
To use the CSS switcher, just add the following line anywhere within the body tag on your page: To use the CSS switcher, just add the following line anywhere within the body tag on your page:
<script src="switcher.js" type="text/javascript"></script> <script src="https://dohliam.github.io/dropin-minimal-css/switcher.js" type="text/javascript"></script>
That's it! You should now be able to cycle through the different frameworks by choosing them from the dropdown at the top of the page. That's it! You should now be able to cycle through the different frameworks by choosing them from the dropdown at the top of the page.

@ -385,6 +385,6 @@
<p>View this project on <a href="https://github.com/dohliam/dropin-minimal-css">GitHub</a>.</p> <p>View this project on <a href="https://github.com/dohliam/dropin-minimal-css">GitHub</a>.</p>
</footer> </footer>
</div> </div>
<script src="switcher.js" type="text/javascript"></script> <script src="https://dohliam.github.io/dropin-minimal-css/switcher.js" type="text/javascript"></script>
</body> </body>
</html> </html>

Loading…
Cancel
Save