From 98fd08f2a312d328c267308770db7dc407295970 Mon Sep 17 00:00:00 2001 From: Tom Tan Date: Thu, 26 Aug 2021 17:44:11 -0700 Subject: [PATCH] Remove unnecessary spaces and spelling of gRPC in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b1304752d5..ad7e4f1fe8 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ The C++ [OpenTelemetry](https://opentelemetry.io/) client. | Metrics | Development paused [1] | N/A | | Logs | Experimental [2] | N/A | -* [1]: The development of the metrics API and SDK has paused due to limited development resources, prioritization of a stable Traces release, and waiting for availability of stable Metrics ( API + SDK ) design from the OpenTelemetry specification. The current implementation can be included in build by setting `ENABLE_METRICS_PREVIEW` preprocessor macro. +* [1]: The development of the metrics API and SDK has paused due to limited development resources, prioritization of a stable Traces release, and waiting for availability of stable Metrics (API + SDK) design from the OpenTelemetry specification. The current implementation can be included in build by setting `ENABLE_METRICS_PREVIEW` preprocessor macro. * [2]: The current Log Signal Implementation is Experimental, and will change as the current OpenTelemetry Log specification matures. The current implementation can be included in build by setting `ENABLE_LOGS_PREVIEW` preprocessor macro. ## OpenTelemetry Specification Compatibility Matrix @@ -55,7 +55,7 @@ of the current project. | macOS 10.15 (Xcode 12.2) | Bazel | | Windows Server 2019 (Visual Studio Enterprise 2019) | CMake, Bazel | -[1]: Bazel build is disabled for GCC 4.8, as GRPC library ( required by OTLP expoter) +[1]: Bazel build is disabled for GCC 4.8, as gRPC library (required by OTLP expoter) doesn't build with this compiler. CMake build won't build OTLP exporter with GCC 4.8. In general, the code shipped from this repository should build on all platforms