Skip to content

Commit 74a5b18

Browse files
authored
Update README.md
1 parent 98376f8 commit 74a5b18

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@ Try it for yourself right now via my hosted CodePen demo below!
3131

3232
As this is something I made in under a day, it's not a perfect interface as my focus was just getting an MVP working, so I welcome feedback and will likely improve this going forward. For now though it's real simple:
3333

34+
In your HTML file use a module script include:
35+
36+
```
37+
<script type="module" src="YOUR/PATH/TO/doesVideoContain.js"></script>
38+
```
39+
40+
Then in your JavaScript (also set to be module):
41+
3442
```
3543
// Import this library - host the doesVideoContain.js file from this repo
3644
// on your own server on the same domain (or enable CORS headers if not)

0 commit comments

Comments
 (0)