From def11ea7e923c2c505757e844a76520b2ce07b8b Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Thu, 12 Oct 2023 13:28:54 +0200 Subject: [PATCH] docs: Added link to feature flag best practices article (#216) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 00745c436..7fb45cde3 100644 --- a/README.md +++ b/README.md @@ -484,3 +484,7 @@ UnleashConfig config = UnleashConfig.builder() Unleash unleash = new DefaultUnleash(config); ``` + +### Other information + +- Check out our guide for more information on how to build and scale [feature flag](https://docs.getunleash.io/topics/feature-flags/feature-flag-best-practices) systems