Docs minor tune (#3200)
This commit is contained in:
parent
2f8bcc4e36
commit
8511e92f06
10
README.md
10
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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue