From a320bc549c41fa7dfc920cb855f717fda696b8f0 Mon Sep 17 00:00:00 2001
From: LisaFC <LisaFC@users.noreply.github.com>
Date: Thu, 26 Feb 2015 15:14:31 +0000
Subject: [PATCH] Added link to new tutorial

---
 node/README.md | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/node/README.md b/node/README.md
index 3889d7355a..c7a713c22e 100644
--- a/node/README.md
+++ b/node/README.md
@@ -26,7 +26,7 @@ INSTALL
    ```
 
 
-Try it!
+TRY IT!
 -------
 
  - Run the server
@@ -43,8 +43,13 @@ Try it!
    $ node ./greeter_client.js
    ```
 
-Note
+NOTE
 ----
 
 This directory has a copy of `helloworld.proto` because it currently depends on
 some Protocol Buffer 2.0 syntax that is deprecated in Protocol Buffer 3.0.
+
+TUTORIAL
+--------
+
+You can find a more detailed tutorial in [gRPC Basics: Node.js](https://github.com/grpc/grpc-common/blob/master/node/route_guide/README.md).
-- 
GitLab