Showing 1 changed files with 2 additions and 0 deletions
+2
README.md
... ...
@@ -221,6 +221,7 @@ To register your alerts you have two ways:
221 221
 #### set the alerts in `/instrumentation/zkv1000/alerts/warnings`
222 222
 This way they are registered at start
223 223
 
224
+```xml
224 225
         <warnings>
225 226
           <warning>
226 227
             <&#8203;script&#8203;><![CDATA[
... ...
@@ -246,6 +247,7 @@ This way they are registered at start
246 247
             <level>2</level>
247 248
           </warning>
248 249
         </warnings>
250
+```
249 251
 
250 252
 #### or use the integrated API
251 253
 Actually not yet tested, but you can register new alerts somewhere in your Nasal code with the following: