From 9fd71adcd7dc82c7cfe653d49980c0fb144c0648 Mon Sep 17 00:00:00 2001 From: Mike Russell Date: Tue, 15 Dec 2015 19:09:44 -0700 Subject: [PATCH] updated the tutorial link on the readme page #UTAHJS commit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45ef3931..d282fea2 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ GUN is a realtime, decentralized, offline-first, graph database engine. ## Getting Started -For the browser, try out this [tutorial](http://gun.js.org/web/think.html) and then use a [starter template](http://plnkr.co/edit/f1yzn5). This README is for GUN servers. +For the browser, try out this [tutorial](http://gun.js.org/think.html) and then use a [starter template](http://plnkr.co/edit/f1yzn5). This README is for GUN servers. If you do not have [node](http://nodejs.org/) or [npm](https://www.npmjs.com/), read [this](https://github.com/amark/gun/blob/master/examples/install.sh) first. Then in your terminal, run: