Guides/MVC-Integration.md
... ...
@@ -63,8 +63,7 @@ Add _sitelayout from mvc5r3\Views\Shared to project’s Views\Shared
63 63
64 64
###Step 8. Copy code from Global.asax except the first line
65 65
66
-Copy code from Global.asax except the first line and paste it in project’s Global.asax
67
-
66
+**a.** Copy code from Global.asax except the first line
68 67
69 68
###Global.asax from mvc5r3(C♯)
70 69
... ...
@@ -113,7 +112,7 @@ Copy code from Global.asax except the first line and paste it in project’s Glo
113 112
114 113
```
115 114
116
-Below is how project's Global.asax should look like.
115
+**b.** paste it in project’s Global.asax
117 116
118 117
###Global.asax from Sample_MVCApp(C♯)
119 118
```csharp