From 7d3c7aa4fce35f0b54c61d48943f1d5959e70275 Mon Sep 17 00:00:00 2001 From: danroth27 Date: Thu, 5 Nov 2015 16:57:50 -0800 Subject: [PATCH] Emphasize app insights package --- aspnet/fundamentals/application-insights.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/fundamentals/application-insights.rst b/aspnet/fundamentals/application-insights.rst index e39263ebd5..2c42a578e5 100644 --- a/aspnet/fundamentals/application-insights.rst +++ b/aspnet/fundamentals/application-insights.rst @@ -34,7 +34,7 @@ Next, update ``project.json`` to add a new reference to ``Microsoft.ApplicationI :language: json :lines: 6-30 :dedent: 2 - :emphasize-lines: 29 + :emphasize-lines: 24 Saving the ``project.json`` file will download and install the required packages.