Guides/MVC-Integration.md
... ...
@@ -418,7 +418,7 @@ AdHocSettings.SqlServerConnectionString = @"INSERT_CONNECTION_STRING_HERE";
418 418
419 419
After Step 11, the Sample_MVCApp should build and work without a problem. To see Izenda is integrated with this web application,
420 420
421
-**a.** Click _Layout.cshtml in Views\Shared\ in Solution Explorer
421
+**a.** Open _Layout.cshtml in Views\Shared\ in Solution Explorer
422 422
423 423
**b.** Add an ActionLink to Izenda as below
424 424
... ...
@@ -429,6 +429,6 @@ After Step 11, the Sample_MVCApp should build and work without a problem. To see
429 429
<li>@Html.ActionLink("Izenda", "ReportList", "Reporting")</li> //Add this line
430 430
```
431 431
432
-
432
+**c.** Notice 'Izenda' item added to the menu as below. Click it and see if it leads to Izenda ReportList page.
433 433
434 434