diff --git a/README.md b/README.md index 4e143c06..7b36188a 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,10 @@ import { storyblokInit, apiPlugin } from "@storyblok/js"; const { storyblokApi } = storyblokInit({ accessToken: "YOUR_ACCESS_TOKEN", use: [apiPlugin], + // if you are using a space located in US region, use apiOptions.region: + // apiOptions: { + // region: "us" // region code here + // } }); ```