diff --git a/README.md b/README.md
index 8b8ad4b78..d601661ed 100644
--- a/README.md
+++ b/README.md
@@ -20,6 +20,10 @@ yarn global add @vue/cli
vue create my-project
```
+
+
+
+
### Zero-config Prototyping
You can rapidly prototype with just a single `*.vue` file with the `vue serve` and `vue build` commands, but they require an additional global addon to be installed:
diff --git a/docs/screenshot.png b/docs/screenshot.png
new file mode 100644
index 000000000..b769d813c
Binary files /dev/null and b/docs/screenshot.png differ