diff --git a/README.md b/README.md
index fe645fe..fdfcb67 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,10 @@
A fast, lightweight, zero-dependency library to translate between Time Zones and UTC with native `Intl.DateTimeFormat`
in ~100 LoC. For Node.js & Browsers.
-XTZ is a poor man's Temporal polyfill, but just for time zones.
+![](./xtz-preview.png)
+
+XTZ is a poor man's Temporal polyfill, but just for time zones. \
+Demo:
> What UTC time will it be when it's 3:15am in New York?
@@ -80,6 +83,10 @@ npm install --save xtz
var TZ = require("xtz");
```
+## Demo
+
+See .
+
# API
- `toTimeZone(utcDate, timeZone)`
diff --git a/xtz-preview.png b/xtz-preview.png
new file mode 100644
index 0000000..cbd15b7
Binary files /dev/null and b/xtz-preview.png differ