Skip to content

Commit 3f33206

Browse files
authored
Update README.md
1 parent 95243ef commit 3f33206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const { createClient } = microcms;
4646
4747
// Initialize Client SDK.
4848
const client = createClient({
49-
serviceDomain: "YOUR_DOMAIN",
49+
serviceDomain: "YOUR_DOMAIN", // YOUR_DOMAIN is the XXXX part of XXXX.microcms.io
5050
apiKey: "YOUR_API_KEY",
5151
globalDraftKey: "YOUR_GLOBAL_DRAFT_KEY", // If need
5252
});

0 commit comments

Comments
 (0)