Skip to content

Commit

Permalink
Docs minor tune (#3200)
Browse files Browse the repository at this point in the history
  • Loading branch information
reyang authored Apr 16, 2022
1 parent 2f8bcc4 commit 8511e92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/OpenTelemetry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 8511e92

Please sign in to comment.