Guides/MVC-Integration.md
... ...
@@ -27,7 +27,7 @@ Click the 'Browse' button and browse to \mvc5r3\bin, where Izenda.AdHoc.dll and
27 27
28 28
###Step 3. Add IzendaStaticResourcesController.cs and IzendaReportingController.cs to the project
29 29
30
-IzendaStaticResourcesController.cs and IzendaReportingController.cs are at mvc5r3\Controllers. Add them under Controllers as below.
30
+IzendaStaticResourcesController.cs and IzendaReportingController.cs are at mvc5r3\Controllers. Add them under Controllers as below (You can add by either 'drag and drop' or 'right click->Add->Existing Item)
31 31
32 32
![Controllers](/Guides/MVC-Integration/Controllers.png)
33 33