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 @@ -7,7 +7,7 @@ The application shows how your React application can respond live to changes in

Every application using CloudBees Feature Management needs to be configured with an SDK Key that connects it to your Flags & configurations in the [CloudBees Platform](https://cloudbees.io/).
You can retrieve your SDK Key for a particular Environment by visiting _Feature Management -> Installation_.
Then, replace the placeholder in `src/App.js` with your SDK Key:
Then, replace the placeholder in line 7 on `src/feature-management/FeatureFlagsProvider.tsx` with your SDK Key:

`const sdkKey = '<INSERT YOUR SDK KEY HERE>'`

Expand Down