Skip to content

docs(code-samples): fix incorrect filename and property name in README#1

Open
ekline[bot] wants to merge 1 commit into
mainfrom
docs/code-samples/fix-sdk-api-accuracy
Open

docs(code-samples): fix incorrect filename and property name in README#1
ekline[bot] wants to merge 1 commit into
mainfrom
docs/code-samples/fix-sdk-api-accuracy

Conversation

@ekline

@ekline ekline Bot commented Apr 29, 2026

Copy link
Copy Markdown

Context

This PR fixes incorrect references in the README: config.js changed to config.ts, SDKKey changed to sdkKey to match actual source.

ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>

- config.js → config.ts (actual file is TypeScript)
- SDKKey → sdkKey (matches actual property name in SDKConfig)

ekline[bot] <202747777+ekline[bot]@users.noreply.github.com>
@ekline

ekline Bot commented Apr 29, 2026

Copy link
Copy Markdown
Author

Line 24 — README referenced config.js but the actual file is config.ts. Also referenced SDKKey but the actual property in the SDKConfig object is sdkKey (lowercase s). Both confirmed by reading the source files.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants