From 38be878aa4824a70fad5b132bb66e1734cd80f86 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Sun, 18 Dec 2022 11:13:00 +0000 Subject: [PATCH] Add `defer` to the script tag in the usage section This way the script waits until the DOM is ready to execute. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1a4b1d9..c13eb7b 100644 --- a/README.md +++ b/README.md @@ -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 - + ``` 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.