Commit baeff75d038a0ec0c54367ce483bcf373200b115
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,7 +40,7 @@ Send a mail to developers@routetopa.eu | ||
| 40 | 40 | ||
| 41 | This is a minimal example of deep client usage. | 41 | This is a minimal example of deep client usage. |
| 42 | 42 | ||
| 43 | -<code> | 43 | +```html |
| 44 | <html> | 44 | <html> |
| 45 | <head> | 45 | <head> |
| 46 | <script type="text/javascript" src="js/jquery-1.11.2.min.js"></script> | 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,6 +69,7 @@ This is a minimal example of deep client usage. | ||
| 69 | </body> | 69 | </body> |
| 70 | </html> | 70 | </html> |
| 71 | </code> | 71 | </code> |
| 72 | +``` | ||
| 72 | 73 | ||
| 73 | 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 | 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 |