Skip to content

Commit 6e9dd6b

Browse files
authored
Update README.md
Signed-off-by: Ash.Wani <[email protected]>
1 parent c8d8223 commit 6e9dd6b

File tree

1 file changed

+2
-2
lines changed
  • src/OpenFeature.Contrib.Providers.AwsAppConfig

1 file changed

+2
-2
lines changed

src/OpenFeature.Contrib.Providers.AwsAppConfig/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ Application
4545

4646
This package maintains the aforementioned structure by supplying values in two distinct stages.
4747

48-
**Stage 1: Setup**
48+
- **Stage 1: Setup**
4949
During this stage, the Application and Environment are provided at the initiation of the project. It is expected that these two values remain constant throughout the application's lifetime. If a change is necessary, a restart of the application will be required.
5050

51-
**Stage 2: Fetching Value**
51+
- **Stage 2: Fetching Value**
5252
In this stage, to retrieve the AWS AppConfig feature flag, the key should be supplied in the format `configurationProfileId:flagKey[:attributeKey]`. If the AttributeKey is not included, all attributes will be returned as a structured object.
5353

5454

0 commit comments

Comments
 (0)