diff --git a/README.md b/README.md
index 4d3ca53..5f7c57d 100644
--- a/README.md
+++ b/README.md
@@ -22,17 +22,20 @@ npm install --save @boulevard/vampire
This example demonstrates moving content to a nameless slot.
-```typescript
-const div = Object.assign(document.createElement('div'), {
- innerHTML: `
-
- Example
-
-
- `
-};
-
-div.appendChild(document.createTextNode('👻'));
+```html
+
+
```
The above script will produce the following output.