From 95b494c68b0cd4eaaee9259e200621f8d49e418d Mon Sep 17 00:00:00 2001 From: Ben Roberts Date: Fri, 12 May 2023 14:09:24 +0200 Subject: [PATCH] Add resources section to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4af9132..9723c02 100644 --- a/README.md +++ b/README.md @@ -209,6 +209,11 @@ d_zunke_feature_flags: conditions_config: [] ``` +## Resources + +- [Overview of Feature Flags](https://martinfowler.com/articles/feature-toggles.html) +- [Discussion of feature flag best practices](https://betterprogramming.pub/feature-flag-2-0-how-to-take-your-kill-switch-to-the-next-level-643b5aa2676) + ## License FeatureFlagsBundle is licensed under the MIT license.