Update README.md (#1798)

Fixed the wrong method name in the code sample
This commit is contained in:
Timo Salomäki 2021-02-05 19:01:27 +02:00 committed by GitHub
parent 7687edc350
commit b0b0ca152e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ public class Program
{
using var tracerProvider = Sdk.CreateTracerProviderBuilder()
.AddGrpcClientInstrumentation()
.AddHttpClientInstrumentaiton()
.AddHttpClientInstrumentation()
.AddConsoleExporter()
.Build();
}