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 672d93e commit a4e3d6eCopy full SHA for a4e3d6e
README.md
@@ -16,10 +16,10 @@ or you can use the packed and minified version of fox.js found in the `dist/` fo
16
17
````html
18
<!-- fox.js by local resource -->
19
-<srcipt src="fox/dist/fox-v1.js"></srcipt>
+<script src="fox/dist/fox-v1.js"></script>
20
21
<!-- fox.js by jsdelivr -->
22
-<srcipt src="https://cdn.jsdelivr.net/gh/joonlabs/fox.js/dist/fox-v1.js"></srcipt>
+<script src="https://cdn.jsdelivr.net/gh/joonlabs/fox.js/dist/fox-v1.js"></script>
23
````
24
25
## packages
0 commit comments