API/CodeSamples/LicenseKey.md
... ...
@@ -5,7 +5,7 @@
5 5
This setting is required to run Izenda and must be entered as one of the very first settings in the initialization code for Izenda to run properly.
6 6
7 7
##Global.asax (C♯)
8
-```csharp
8
+```c#
9 9
<%@ Application Language="C#" %>
10 10
<%@ Import Namespace="Izenda.AdHoc" %>
11 11