From f5bcc818fee834f48d95287fbe69105ba908c6fb Mon Sep 17 00:00:00 2001 From: JesusRamirez2910 Date: Tue, 11 Jun 2024 15:08:08 -0600 Subject: [PATCH] readme update to specify the line where the sdkkey must be added --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d0e993..ae81e4f 100644 --- a/README.md +++ b/README.md @@ -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 = ''`