diff --git a/README.md b/README.md index 5df356c..08e515f 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,6 @@ This is a quick guide for **ASP.NET Core** projects. If you want to run it **in ... services.AddApplicationInsightsTelemetry("----Your Application Insights Instrumentation Key ----"); services.AddApplicationInsightsKubernetesEnricher(); - services.AddMvc(); ... } ```