Skip to content

Commit 272819d

Browse files
docs: fix code sample in the Setup guide (#340)
1 parent 9f3a5c6 commit 272819d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

website/docs/setup.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ In the `application` method add:
4040
let crowdinProviderConfig = CrowdinProviderConfig(hashString: "{distribution_hash}",
4141
sourceLanguage: "{source_language}")
4242

43+
let crowdinSDKConfig = CrowdinSDKConfig.config()
44+
.with(crowdinProviderConfig: crowdinProviderConfig)
45+
4346
CrowdinSDK.startWithConfig(crowdinSDKConfig, completion: {
4447
// SDK is ready to use, put code to change language, etc. here
4548
})

0 commit comments

Comments
 (0)