From 0cecaba72e7ee5465048df7a6dc23a4e0419781c Mon Sep 17 00:00:00 2001 From: Mark Phelps <209477+markphelps@users.noreply.github.com> Date: Wed, 27 Dec 2023 09:44:26 -0500 Subject: [PATCH] chore: release 0.0.2 Release-As: 0.0.2 --- flipt-engine/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flipt-engine/README.md b/flipt-engine/README.md index 55a2103c..fc8a4abe 100644 --- a/flipt-engine/README.md +++ b/flipt-engine/README.md @@ -2,9 +2,9 @@ This is the client engine for Flipt. It is responsible for evaluating context provided by the native language client SDKs and returning the results of the evaluation. -## Development +## Architecture -TODO: Add more details +See [ARCHITECTURE.md](./ARCHITECTURE.md). ### Prerequisites