Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,8 @@ The `ReactSDKClient` client created via `createInstance` is the programmatic API
_arguments_

- `config : object` Object with SDK configuration parameters. This has the same format as the object passed to the `createInstance` method of the core `@optimizely/javascript-sdk` module. For details on this object, see the following pages from the developer docs:
- [Instantiate](https://docs.developers.optimizely.com/full-stack/docs/instantiate)
- [Initialize a non-mobile SDK](https://docs.developers.optimizely.com/full-stack/docs/initialize-a-non-mobile-sdk)
- [JavaScript: Update datafiles](https://docs.developers.optimizely.com/full-stack/docs/javascript-update-datafiles)
- [Instantiate](https://docs.developers.optimizely.com/full-stack/docs/initialize-sdk-react)
- [JavaScript: Client-side Datafile Management](https://docs.developers.optimizely.com/full-stack/docs/javascript-client-side-implementation)

_returns_

Expand Down