Skip to content

Commit c6ff04d

Browse files
authored
Added some missing commas in readme json. (#6)
1 parent 08647c2 commit c6ff04d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ The feature management library supports appsettings.json as a feature flag sourc
4949
"Name": "AlwaysOn"
5050
}
5151
]
52-
}
52+
},
5353
"FeatureU": {
5454
"EnabledFor": []
55-
}
55+
},
5656
"FeatureV": {
5757
"EnabledFor": [
5858
{
@@ -396,4 +396,4 @@ provided by the bot. You will only need to do this once across all repos using o
396396

397397
This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
398398
For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or
399-
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.
399+
contact [[email protected]](mailto:[email protected]) with any additional questions or comments.

0 commit comments

Comments
 (0)