Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ yarn install
```

### SDK key
Update the `SDKKey` in `config.js`.
Update `sdkKey` in the `SDKConfig` object in `config.ts`.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrected the SDK key reference. The original pointed to SDKKey in config.js, but that file does not exist in the repo — the demo ships config.ts, which exports a SDKConfig object whose key field is sdkKey. Verified by reading config.ts.


### Platform
#### iOS
Expand Down