Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ This project only includes _minimal_ frameworks, in other words, boilerplate / c
To use the CSS switcher, just add the following line anywhere within the body tag on your page:

```html
<script src="https://dohliam.github.io/dropin-minimal-css/switcher.js" type="text/javascript"></script>
<script src="https://dohliam.github.io/dropin-minimal-css/switcher.js" type="text/javascript" defer></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.
Expand Down