Update README.md (#1798)
Fixed the wrong method name in the code sample
This commit is contained in:
parent
7687edc350
commit
b0b0ca152e
|
|
@ -51,7 +51,7 @@ public class Program
|
|||
{
|
||||
using var tracerProvider = Sdk.CreateTracerProviderBuilder()
|
||||
.AddGrpcClientInstrumentation()
|
||||
.AddHttpClientInstrumentaiton()
|
||||
.AddHttpClientInstrumentation()
|
||||
.AddConsoleExporter()
|
||||
.Build();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue