diff --git a/README.md b/README.md
index 605eee8fa8..be519797f2 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,25 @@ Svelte is a new way to build web applications. It's a compiler that takes your d
Learn more at the [Svelte website](https://svelte.dev), or stop by the [Discord chatroom](https://discord.gg/yy75DKs).
+## What does it look like?
+
+Svelte Components are single-file components, which contain HTML, styles, and some JavaScript. At compile time, the component is transformed into vanilla JavaScript, ready for the browser.
+
+```
+
+
+
+```
+
+You can interact with live examples like this one on the [Svelte website](https://svelte.dev).
## Development