From a485214992bc9aaf1cf2a1c292bc208dcfd1b61a Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Fri, 13 May 2022 11:46:59 -0700 Subject: [PATCH] Fix vcpkg package name --- docs/building-with-vcpkg.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-with-vcpkg.md b/docs/building-with-vcpkg.md index 7586486e88..aace95460c 100644 --- a/docs/building-with-vcpkg.md +++ b/docs/building-with-vcpkg.md @@ -13,7 +13,7 @@ source release of OpenTelemetry C++ SDK. The following command can be used to install the public open source release: ```console -vcpkg install opentelemetry +vcpkg install opentelemetry-cpp ``` That's it! The package should be compiled for the current OS.