From 16c3a74aa78de41700540f7ade04e1533d52d6cb Mon Sep 17 00:00:00 2001 From: Azal Khaled <56312360+Akhaled19@users.noreply.github.com> Date: Mon, 23 Oct 2023 20:43:30 -0400 Subject: [PATCH] Update content/en/docs/instrumentation/cpp/getting-started-new.md Co-authored-by: Severin Neumann --- content/en/docs/instrumentation/cpp/getting-started-new.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/instrumentation/cpp/getting-started-new.md b/content/en/docs/instrumentation/cpp/getting-started-new.md index 5b949155d6d9..c729954ee8f9 100644 --- a/content/en/docs/instrumentation/cpp/getting-started-new.md +++ b/content/en/docs/instrumentation/cpp/getting-started-new.md @@ -23,9 +23,7 @@ Ensure that you have the following installed locally: ## Example Application The following example uses a basic [Oat++](https://oatpp.io/) application. If you are not using -Oat++, that's OK - you can use OpenTelemetry C++ with other web frameworks -as well, such as Crow and POCO. For a complete list of -libraries for supported frameworks, see the [registry](/ecosystem/registry/?language=cpp). +Oat++, that's OK - you can use OpenTelemetry C++ with you can use OpenTelemetry C++ with any C++ application ## Dependencies