We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ad99bf commit 332fad4Copy full SHA for 332fad4
2 files changed
samples/node/node-sample.js
@@ -1,5 +1,5 @@
1
// when using the npm module, use the following syntax
2
-// var MicrosoftGraph = require("msgraph-sdk-javascript").Client;
+// var MicrosoftGraph = require("@microsoft/microsoft-graph-client").Client;
3
4
// for fast development, simply require the generated lib without bundling the npm module
5
samples/typescript/sample.ts
@@ -2,7 +2,7 @@
const secrets = require("../node/secrets");
-// production apps should import from "msgraph-sdk-javascript"; to grab the NPM module with the types declarations
+// production apps should import from "@microsoft/microsoft-graph-client"; to grab the NPM module with the types declarations
6
7
import {Client as GraphClient} from "../../lib/src/index";
8
0 commit comments