From 894e9bf5d083cf9e6dfe6df2a3d8a1ea1fe49415 Mon Sep 17 00:00:00 2001
From: Manish R Jain <manishrjain@gmail.com>
Date: Thu, 29 Oct 2015 12:36:44 +1100
Subject: [PATCH] small changes

---
 present/sydney5mins/g.slide | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/present/sydney5mins/g.slide b/present/sydney5mins/g.slide
index a01a197a..112ebfef 100644
--- a/present/sydney5mins/g.slide
+++ b/present/sydney5mins/g.slide
@@ -23,12 +23,14 @@ https://mrjn.xyz
 
 * What is DGraph
 
-DGraph is a distributed, low-latency graph serving system.
+[[https://github.com/dgraph-io/dgraph][https://github.com/dgraph-io/dgraph]]
+
+DGraph is an open source, distributed, low-latency graph serving system written in Go.
 
 - *Low*Latency*: Minimize the latency of query execution.
 
-		Linear time complexity, based on attributes/depth of query, not number of results.
 		Minimize the number of network calls required to run the query.
+		Linear time complexity, based on attributes/depth of query, not number of results.
 		Meant to be run in production, serving real time user queries.
 
 - *Distributed*: Automatically distribute data to and serve from provided servers.
-- 
GitLab