From 40372b15d3504b9bc0795e58e8ae717a6b9ac7d8 Mon Sep 17 00:00:00 2001 From: Barbara Palumbo <30956774+barbara79@users.noreply.github.com> Date: Mon, 9 Dec 2024 10:40:46 +0100 Subject: [PATCH] Update README.md Co-authored-by: Victor Hugo Avelar Ossorio <7926849+VictorAvelar@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c62c2f398ee..41e1330e096 100644 --- a/README.md +++ b/README.md @@ -67,7 +67,7 @@ The SDK consists of the following projects: * `lib/commercetools-history/src`: Contains all generated models and request builders to communicate with the [Change History API](https://docs.commercetools.com/api/history/change-history). In addition, the SDK has the following directories: -* `examples/` : One Demo Symfony Application in a Dockerized environment for each APM (NewRelic, Datadog, Dynatrace and OpenTelemetry), which shows how the PHP SDK can be used from the user side. +* `examples/` : One Dockerized Symfony app per APM (New Relic, Datadog, Dynatrace, OpenTelemetry) to demo PHP SDK usage. * `test/integration` : Integration Tests for the SDK. A good way for anyone using the PHP SDK to understand it further. * `test/unit` : Unit Tests for * `lib/commercetools-api-tests` : generated unit test for each class for the api folder