Guides/Webforms-Basic-Integration.md
... ...
@@ -68,11 +68,11 @@ We will walk through merging Izenda's Web.Config and Global.asax in the next ste
68 68
69 69
###Step 3. Merging the Global.asax
70 70
71
-**a.** Add the Izenda namespace.
71
+**a.** Open the Izenda Global.asax and the NewWebsite Global.asax and add the Izenda namespace.
72 72
73 73
![Controllers](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-19_23_05-NewWebsite---Microsoft-Visual-Studio.png)
74 74
75
-**b.** Open the Izenda Global.asax and the NewWebsite Global.asax. You'll want to add Izenda's AdHocConfig class into the NewWebsite's Global.asax.
75
+**b.** Add Izenda's AdHocConfig class into the NewWebsite's Global.asax.
76 76
77 77
![Controllers](http://wiki.izenda.us/Guides/Webforms-Basic-Integration/2016-03-08-19_26_47-NewWebsite---Microsoft-Visual-Studio.png)
78 78