Skip to content

Commit f16ef47

Browse files
committed
README tweak.
1 parent e122517 commit f16ef47

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

  • src/OpenTelemetry.Extensions.Hosting

src/OpenTelemetry.Extensions.Hosting/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,9 @@ from the application `IServiceCollection` so any services registered in the
6565

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

7172
```csharp
7273
public static class MyLibraryExtensions

0 commit comments

Comments
 (0)