From b7aad88210651d0dfcf9ba0a1c20567089ade186 Mon Sep 17 00:00:00 2001 From: Amulya Varote Date: Thu, 25 Aug 2022 15:43:55 -0700 Subject: [PATCH] Added new links to client folder in example Signed-off-by: Amulya Varote --- examples/Client/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/Client/README.md b/examples/Client/README.md index 4d39d251d..d9f1b3cec 100644 --- a/examples/Client/README.md +++ b/examples/Client/README.md @@ -5,6 +5,8 @@ The following examples will show you how to: - [Invoke services](./ServiceInvocation) - [Manage state](./StateManagement) - [Publish events](./PublishSubscribe) +- [Configuration API](./ConfigurationApi) +- [Distributed Lock](./DistributedLock) ## SDK docs