diff --git a/3dof/README.md b/3dof/README.md
index 84a3f57..4bae424 100644
--- a/3dof/README.md
+++ b/3dof/README.md
@@ -13,7 +13,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/3do
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-3dof) or add the following script tag:
```HTML
-
+
```
The `3dof` component can be added to any `a-scene` element as follows:
diff --git a/3dof/example/index.html b/3dof/example/index.html
index f508be5..9ae996c 100644
--- a/3dof/example/index.html
+++ b/3dof/example/index.html
@@ -3,7 +3,7 @@
Fern A-Frame Components | 3DoF
-
+
-
+
```
The `effekseer` system needs to be configured on the `` to load the effekseer wasm:
diff --git a/extra-stats/README.md b/extra-stats/README.md
index b2f5734..4a00a50 100644
--- a/extra-stats/README.md
+++ b/extra-stats/README.md
@@ -13,7 +13,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/ext
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-extra-stats) or add the following script tag:
```HTML
-
+
```
The `extra-stats` component should be added to an `` and is intended to **_replace_** the `stats` component. Make sure to only add one or the other to the ``. Example:
diff --git a/fix-fog/README.md b/fix-fog/README.md
index f5e6471..14b8abf 100644
--- a/fix-fog/README.md
+++ b/fix-fog/README.md
@@ -13,7 +13,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/fix
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-fix-fog) or add the following script tag:
```HTML
-
+
```
That's all, it will automatically update the shader chunks :-)
\ No newline at end of file
diff --git a/highlight/README.md b/highlight/README.md
index c39bd3f..7b0011b 100644
--- a/highlight/README.md
+++ b/highlight/README.md
@@ -13,7 +13,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/hig
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-highlight) or add the following script tag:
```HTML
-
+
```
The `highlight` component can be attached to any object:
diff --git a/hud/README.md b/hud/README.md
index 95de1a0..5cfc9f9 100644
--- a/hud/README.md
+++ b/hud/README.md
@@ -15,7 +15,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/hud
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-hud) or add the following script tag:
```HTML
-
+
```
The `a-hud` and `a-hud-element` primitives can be used as children of `` as follows:
diff --git a/mirror/README.md b/mirror/README.md
index 3147f87..51eb10d 100644
--- a/mirror/README.md
+++ b/mirror/README.md
@@ -17,7 +17,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/mir
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-mirror) or add the following script tag:
```HTML
-
+
```
The `a-mirror` primitive can be added to your scene as follows:
diff --git a/mirror/example/index.html b/mirror/example/index.html
index d74f664..d8d7b93 100644
--- a/mirror/example/index.html
+++ b/mirror/example/index.html
@@ -3,8 +3,8 @@
Fern A-Frame Components | Mirror
-
-
+
+
diff --git a/screen-fade/README.md b/screen-fade/README.md
index 893d422..92fe876 100644
--- a/screen-fade/README.md
+++ b/screen-fade/README.md
@@ -13,7 +13,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/scr
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-screen-fade) or add the following script tag:
```HTML
-
+
```
The `screen-fade` component can be attached to the `` as follows:
diff --git a/sky-background/README.md b/sky-background/README.md
index 87cdf80..55cbe2d 100644
--- a/sky-background/README.md
+++ b/sky-background/README.md
@@ -13,7 +13,7 @@ Checkout the example: [Online Demo](https://aframe-components.fern.solutions/sky
## Usage
Load the script from [npm](https://www.npmjs.com/package/@fern-solutions/aframe-sky-background) or add the following script tag:
```HTML
-
+
```
The `` primitive can be used as follows: