Docs minor tune (#3200)

This commit is contained in:
Reiley Yang 2022-04-16 11:56:28 -07:00 committed by GitHub
parent 2f8bcc4e36
commit 8511e92f06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

View File

@ -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

View File

@ -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