diff --git a/README.md b/README.md
index 83901ea2..2bb8d158 100644
--- a/README.md
+++ b/README.md
@@ -82,57 +82,60 @@ More? [#three.js on irc.freenode.net](http://webchat.freenode.net/?channels=thre
Download the [minified library](http://mrdoob.github.com/three.js/build/Three.js) and include it in your html.
-
+```html
+
+```
This code creates a camera, then creates a scene, adds a cube on it, creates a <canvas> renderer and adds its viewport in the document.body element.
-
+ }
+
+```
### Change Log ###