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 95243ef commit 3f33206Copy full SHA for 3f33206
README.md
@@ -46,7 +46,7 @@ const { createClient } = microcms;
46
47
// Initialize Client SDK.
48
const client = createClient({
49
- serviceDomain: "YOUR_DOMAIN",
+ serviceDomain: "YOUR_DOMAIN", // YOUR_DOMAIN is the XXXX part of XXXX.microcms.io
50
apiKey: "YOUR_API_KEY",
51
globalDraftKey: "YOUR_GLOBAL_DRAFT_KEY", // If need
52
});
0 commit comments