From c69c517019e889c9d6afb2b0e8a948e309f96b4c Mon Sep 17 00:00:00 2001
From: Rich Harris <richard.a.harris@gmail.com>
Date: Sat, 17 Dec 2016 21:49:57 -0500
Subject: [PATCH] Update README.md

---
 README.md | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 669bc0b3b5..8ca311eae7 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,11 @@
 # Svelte
 
-The magical disappearing UI framework. [Read the introductory blog post.](https://svelte.technology/blog/frameworks-without-the-framework/)
+The magical disappearing UI framework.
+
+* [Read the introductory blog post.](https://svelte.technology/blog/frameworks-without-the-framework/)
+* [Read the guide](https://svelte.technology/guide)
+* [Try it out](https://svelte.technology/repl)
+* [Chat on Gitter](https://gitter.im/sveltejs/svelte)
 
 ---