diff --git a/readme.md b/readme.md index fb9c381..ae7e02c 100644 --- a/readme.md +++ b/readme.md @@ -77,16 +77,16 @@ The app config should then have a common logging section like below. Be sure to ``` ## Application Insights Quickstart -There are different packages for each major Application Insights version. Install the correct package for your referenced Application Insights version. This example installs the adapter for Application Insights v0.17: +There are different packages for each major Application Insights version. Install the correct package for your referenced Application Insights version. This example installs the adapter for Application Insights v2.4.0: - PM> Install-Package Microsoft.ApplicationInsights -Version 0.17.0 + PM> Install-Package Microsoft.ApplicationInsights -Version 2.4.0 The app config should then have an Application Insights section like below. Be sure to set the InstrumentationKey with your InstrumentationKey retrieved from Application Insights portal https://portal.azure.com. ```xml - +