From 3d39c0ba0f97665b9ee8abe293f09a6ec049579b Mon Sep 17 00:00:00 2001 From: Fredrik Johansen Date: Thu, 14 Aug 2025 20:38:18 +0200 Subject: [PATCH] docs(readme): adds "Evaluate feature flag" to table of contents --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89f12f4..b8b83a8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ A customizable feature flag library, which allows you to define properties and f - [Setting up feature flag client](#setting-up-feature-flag-client) - [Add properties to client](#add-properties-to-client) - [Create feature flag](#create-feature-flag) + - [Evaluate feature flag](#evaluate-feature-flag) - [Contributing](#contributing) - [Credits](#credits) - [Built With](#built-with)