From cc25ac69d5f2fbc764880d41689b88f4269cee45 Mon Sep 17 00:00:00 2001 From: Christopher Kolstad Date: Tue, 3 Oct 2023 08:33:13 +0200 Subject: [PATCH] docs: Added link to feature flag best practices article --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f3d5be9df..d04668ee3 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