From 5d548b708f3540b0708ba7355a8cb70f1da8a3a3 Mon Sep 17 00:00:00 2001 From: Dan Silver Date: Mon, 26 Sep 2016 09:41:51 -0700 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 93d7e6e16..6ad8c900a 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ The Microsoft Graph JavaScript SDK is a lightweight wrapper around the Microsoft ## Installation ### Node +You can find installation instructions at the [Node.js website](https://nodejs.org/). ```npm install msgraph-sdk-javascript```