Commit baeff75d038a0ec0c54367ce483bcf373200b115

Authored by isisadmin
1 parent 154d3443

Update md

Showing 1 changed file with 2 additions and 1 deletions
README.md
... ... @@ -40,7 +40,7 @@ Send a mail to developers@routetopa.eu
40 40  
41 41 This is a minimal example of deep client usage.
42 42  
43   -<code>
  43 +```html
44 44 <html>
45 45 <head>
46 46 <script type="text/javascript" src="js/jquery-1.11.2.min.js"></script>
... ... @@ -69,6 +69,7 @@ This is a minimal example of deep client usage.
69 69 </body>
70 70 </html>
71 71 </code>
  72 +```
72 73  
73 74 We create an empty HTML document with a single DIV. On document ready event we create a datalet_params object, this object contains information for Datalet retrieving and initialization.
74 75  
... ...