Skip to content

Commit

Permalink
Readme formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
vesln committed Feb 19, 2012
1 parent f53875b commit f84de3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Readme.md
Expand Up @@ -42,11 +42,13 @@ Result:


```html ```html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html> <html>
<head> <head>

<script type="text/javascript"> <script type="text/javascript">
var App = {"title": "I am awesome.", "random": 0.27449309756048024};</script> var App = {"title": "I am awesome.", "random": 0.27449309756048024};
</script>

</head> </head>
<body></body> <body></body>
</html> </html>
Expand Down

0 comments on commit f84de3d

Please sign in to comment.