We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9aa3b3f commit 114aa65Copy full SHA for 114aa65
README.md
@@ -104,7 +104,7 @@ CSS-in-JS-in-HTML is a JavaScript library which permits you to apply CSS propert
104
html[aria-busy="true"], [hidden] { display: none!important; }
105
```
106
107
-3. Call `CSS_in_JS_in_HTML.init(document,null)` to start the library. The optimal use case is to call it in the `DOMContentLoaded` event.
+3. Call `CSS_IN_JS_IN_HTML.init(document,null)` to start the library. The optimal use case is to call it in the `DOMContentLoaded` event.
108
109
```js
110
document.addEventListener('DOMContentLoaded', () => CSS_IN_JS_IN_HTML.init(document, null));
0 commit comments