From c1d68f0067799662e4348e4c27cbd6335b632db8 Mon Sep 17 00:00:00 2001 From: Saar Shen Date: Thu, 10 Oct 2019 17:38:05 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df8af02..446b46a 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ Reference [ValuesController.cs](./examples/EnableServiceProfilerInVSCLR2_2_Win/E ```csharp public void ConfigureServices(IServiceCollection services) { - services.AddApplicationInsightsTelemetry(); // Enable Applicaiton Insights telemetry + services.AddApplicationInsightsTelemetry(); // Enable Application Insights telemetry services.AddServiceProfiler(); // Add this line of code to Enable Profiler services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_1); }