diff --git a/README.md b/README.md
index d0908be..f612c7d 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,5 @@
+> TLDR; See [quick start example](#minimal-example) you can copy-paste and modify
+
Web Component Base
---
This is a very minimal base class for creating reactive custom elements easily.
@@ -10,6 +12,7 @@ The result is a reactive UI on attribute changes.
1. [Vanilla JS import](#vanilla-js-import)
1. [Installation](#installation)
1. [Usage](#usage)
+1. [Minimal Example](#minimal-example) - Quick start you can copy-paste 😉
1. [Life-Cycle Hooks](#life-cycle-hooks)
1. [`onInit`](#oninit) - the component is connected to the DOM
1. [`onChanges`](#onchanges) - an attribute value changed
@@ -77,6 +80,48 @@ The result is a reactive UI that updates on attribute changes:
+## Minimal Example
+
+If you want a quick start example to copy, this is an example of using a custom element in a single .html file:
+
+```html
+https://www.npmjs.com/package/web-component-base
+
+
+