Skip to content

Commit a4e3d6e

Browse files
committed
- fixe type in readme
1 parent 672d93e commit a4e3d6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ or you can use the packed and minified version of fox.js found in the `dist/` fo
1616

1717
````html
1818
<!-- fox.js by local resource -->
19-
<srcipt src="fox/dist/fox-v1.js"></srcipt>
19+
<script src="fox/dist/fox-v1.js"></script>
2020

2121
<!-- fox.js by jsdelivr -->
22-
<srcipt src="https://cdn.jsdelivr.net/gh/joonlabs/fox.js/dist/fox-v1.js"></srcipt>
22+
<script src="https://cdn.jsdelivr.net/gh/joonlabs/fox.js/dist/fox-v1.js"></script>
2323
````
2424

2525
## packages

0 commit comments

Comments
 (0)