We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb4c20d commit 95243efCopy full SHA for 95243ef
README.md
@@ -32,7 +32,7 @@ import { createClient } from 'microcms-js-sdk'; //ES6
32
33
// Initialize Client SDK.
34
const client = createClient({
35
- serviceDomain: "YOUR_DOMAIN",
+ serviceDomain: "YOUR_DOMAIN", // YOUR_DOMAIN is the XXXX part of XXXX.microcms.io
36
apiKey: "YOUR_API_KEY",
37
globalDraftKey: "YOUR_GLOBAL_DRAFT_KEY", // If need
38
});
0 commit comments