Skip to content

Commit

Permalink
README tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeBlanch committed Jun 23, 2021
1 parent e122517 commit f16ef47
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/OpenTelemetry.Extensions.Hosting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ from the application `IServiceCollection` so any services registered in the

Library authors may want to configure the OpenTelemetry `TracerProvider` and
register application services to provide more complex features. This can be
accomplished concisely by using the `GetServices` extension inside of an
`TracerProviderBuilder` extension method like this:
accomplished concisely by using the `TracerProviderBuilder.GetServices`
extension method inside of a more general `TracerProviderBuilder` configuration
extension like this:

```csharp
public static class MyLibraryExtensions
Expand Down

0 comments on commit f16ef47

Please sign in to comment.