From 9d70c91f98b8e57502f8249145225d88a8508f0e Mon Sep 17 00:00:00 2001 From: Michele George Date: Mon, 12 Jul 2021 12:52:01 +0200 Subject: [PATCH] Update ReadMe file --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0233f1f0f06..db295dffb47 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ The SDK consists of the following projects: In addition, the SDK has the following directories: * `/IntegrationTests`: Integration tests for the SDK. A good way for anyone using the .NET SDK to understand it further. * `/Tests`: Unit Tests for serialization and request builders. +* `/Examples`: Contains `commercetools.Api.ConsoleApp` as an example of how to use the SDK in a console app and create a client using ClientFactory. ## Getting Started with the .NET SDK