diff --git a/docs/docs/sourcing-from-kentico-cloud.md b/docs/docs/sourcing-from-kentico-cloud.md index 9838ebfa9e3de..866251166ec3e 100644 --- a/docs/docs/sourcing-from-kentico-cloud.md +++ b/docs/docs/sourcing-from-kentico-cloud.md @@ -53,8 +53,9 @@ module.exports = { deliveryClientConfig: { projectId: `` // Fill in your Project ID }, + // Please note that with the Sample Project generated above, `en-US` is the default language for the project and this config. For a blank project, this needs to be `default`. languageCodenames: [ - `en-US` // Or whatever languages you have installed in your project (Project settings -> Localization) + `en-US` // Or the languages in your project (Project settings -> Localization) ] } },