From c6ff04d2706cada06bc49e614cad212191c8e2fb Mon Sep 17 00:00:00 2001 From: Jimmy Campbell Date: Mon, 8 Jul 2019 09:49:33 -0700 Subject: [PATCH] Added some missing commas in readme json. (#6) --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 194d1bfd..dc70ae49 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ The feature management library supports appsettings.json as a feature flag sourc "Name": "AlwaysOn" } ] - } + }, "FeatureU": { "EnabledFor": [] - } + }, "FeatureV": { "EnabledFor": [ { @@ -396,4 +396,4 @@ provided by the bot. You will only need to do this once across all repos using o This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or -contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. \ No newline at end of file +contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.