diff --git a/README.md b/README.md index 0d07684bd40..441404eacd6 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,11 @@ The .NET [OpenTelemetry](https://opentelemetry.io/) client. ## Supported .NET Versions Packages shipped from this repository generally support all the officially -supported versions of [.NET -Core](https://dotnet.microsoft.com/download/dotnet-core), and [.NET -Framework](https://dotnet.microsoft.com/download/dotnet-framework) except for -versions lower than `.NET Framework 4.6.1`. -Any exceptions to this are noted in the individual `README.md` files. +supported versions of [.NET](https://dotnet.microsoft.com/download/dotnet) and +[.NET Framework](https://dotnet.microsoft.com/download/dotnet-framework) (an +older Windows-based .NET implementation), except for versions lower than `.NET +Framework 4.6.1`. Any exceptions to this are noted in the individual `README.md` +files. ## Getting Started diff --git a/src/OpenTelemetry/README.md b/src/OpenTelemetry/README.md index b7aa505f691..0646d685207 100644 --- a/src/OpenTelemetry/README.md +++ b/src/OpenTelemetry/README.md @@ -55,7 +55,7 @@ This repo ships an OpenTelemetry which provides the ability to enrich logs emitted with `ILogger` with `ActivityContext`, and export them to multiple destinations, similar to tracing. `ILogger` based API will become the OpenTelemetry .NET implementation of -OpenTelemetry logging +OpenTelemetry logging. ## Getting started with Tracing