diff --git a/README.md b/README.md
index c6b5efdf18d0d55df4bd9f0d824a2f4a3839bd6c..c9607e6a20c47b0c6f2bd7dc9c95b392ca10ce99 100644
--- a/README.md
+++ b/README.md
@@ -10,8 +10,11 @@ DGraph's goal is to provide [Google](https://www.google.com) production level sc
 with low enough latency to be serving real time user queries, over terabytes of structured data.
 DGraph supports [GraphQL](http://graphql.org/) as query language, and responds in [JSON](http://www.json.org/).
 
+
 # Current Status
 
+*Check out [the demo at dgraph.io](http://dgraph.io).*
+
 `MVP launch - Dec 2015 - Branch v0.1`
 This is a minimum viable product, alpha release of DGraph. **It's not meant for production use.**
 This version is not distributed and support for GraphQL is partial.
@@ -25,6 +28,7 @@ This instance contains 21M facts from [Freebase Film Data](http://www.freebase.c
 See the [query section below](#querying) for a sample query.
 `curl dgraph.xyz/query -XPOST -d '{}'`
 
+
 # Installation
 
 ## Via Docker