Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaomi7732 committed Oct 11, 2019
1 parent 197e69c commit c1d68f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c1d68f0

Please sign in to comment.