From 9b1d1037b80564a7b2cbf5281b0f724f9601712c Mon Sep 17 00:00:00 2001 From: Dan Silver Date: Mon, 26 Sep 2016 09:37:19 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93d7e6e16..4b504928e 100644 --- a/README.md +++ b/README.md @@ -4,7 +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``` Include the library in your JavaScript file with `const MicrosoftGraph = require("msgraph-sdk-javascript");`