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");`