diff --git a/.gitignore b/.gitignore
index a940f660..2c999779 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ src/*.d.ts
src/*/*.d.ts
src/*/*/*.d.ts
docs/
+output/
diff --git a/README.md b/README.md
index 1d11009d..84eccdd3 100644
--- a/README.md
+++ b/README.md
@@ -137,6 +137,20 @@ Supports:
Find detailed guidelines on how to use this library on [scanapp.org/html5-qrcode-docs](https://scanapp.org/html5-qrcode-docs/docs/intro).
+### Quick CDN usage
+
+> **Important Note on HTTPS**: When using this library via CDN on HTTPS websites, always ensure you use the HTTPS version of the CDN URL to avoid mixed content errors.
+
+```html
+
+
+
+
+
+```
+
+If you encounter a "Mixed Content" error, ensure you're using `https://` instead of `http://` in your script tag.
+
## Demo

_Scan this image or visit [blog.minhazav.dev/research/html5-qrcode.html](https://blog.minhazav.dev/research/html5-qrcode.html)_
diff --git a/examples/html5/README.md b/examples/html5/README.md
index b4d5208f..e050589d 100644
--- a/examples/html5/README.md
+++ b/examples/html5/README.md
@@ -5,6 +5,8 @@
```
+> **Note**: Always use `https://` when loading from CDN to avoid mixed content errors on HTTPS websites.
+
## Add a placeholder in html
```html