From 2e6567124ec636b2e205e91e5c14edf55758b933 Mon Sep 17 00:00:00 2001 From: scottforsyth Date: Thu, 5 Nov 2015 10:46:09 -0800 Subject: [PATCH] Highlighted new using statement --- aspnet/tutorials/your-first-aspnet-application.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnet/tutorials/your-first-aspnet-application.rst b/aspnet/tutorials/your-first-aspnet-application.rst index dc4bb4f4a6..d75364bb93 100644 --- a/aspnet/tutorials/your-first-aspnet-application.rst +++ b/aspnet/tutorials/your-first-aspnet-application.rst @@ -141,7 +141,7 @@ Delete all of the methods except for the Get() method, and update the Get() meth .. literalinclude:: your-first-aspnet-application/sample/src/WebApplication1/Controllers/ProcessesController.cs :language: c# :linenos: - :emphasize-lines: 4-5,14,16,18 + :emphasize-lines: 2,4-5,14,16,18 At this point, you should be able to test the API by navigating to the /api/processes path in your browser. You should see some JSON-formatted process names.