Skip to content

Commit 60d36f9

Browse files
committed
Update README.md
Signed-off-by: Ash.Wani <[email protected]>
1 parent 9fc2ce7 commit 60d36f9

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,11 +45,11 @@ 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

5050
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.
5151

52-
- **Stage 2: Fetching Value**
52+
**Stage 2: Fetching Value**
5353

5454
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.
5555

0 commit comments

Comments
 (0)