Fixed an indentation error where some code was cut off in an

example.
pull/619/head
John Rowley 2015-10-31 10:30:40 -07:00 committed by danroth27
parent 6d4052fe04
commit 6d4e10eeb7
1 changed files with 4 additions and 5 deletions

View File

@ -33,7 +33,7 @@ Next, update ``project.json`` to add a new reference to ``Microsoft.ApplicationI
:linenos:
:language: json
:lines: 6-30
:dedent: 4
:dedent: 2
:emphasize-lines: 29
Saving the ``project.json`` file will download and install the required packages.
@ -122,4 +122,3 @@ Additional Resources
- `Application Insights API for custom events and metrics <http://azure.microsoft.com/documentation/articles/app-insights-api-custom-events-metrics/>`_
- `Application Insights for ASP.NET 5 <http://blogs.msdn.com/b/webdev/archive/2015/05/19/application-insights-for-asp-net-5-you-re-in-control.aspx>`_