diff --git a/README.md b/README.md index 7826306..319d05b 100644 --- a/README.md +++ b/README.md @@ -13,22 +13,22 @@ Every button activates when necessary (you obviously don't need a download butto You can insert it in your web pages using the great [swfobject](http://code.google.com/p/swfobject/) javascript library like so : -``` - var flashVars = { - title : "My Badass Recorder" - } - - swfobject.embedSWF("Simple-recorder.swf", "recorder", "320", "170", "10.0.0", null, flashVars); +```javascript +var flashVars = { + title : "My Badass Recorder" +} + +swfobject.embedSWF("Simple-recorder.swf", "recorder", "320", "170", "10.0.0", null, flashVars); ``` Or you can play it old-school and use the `````` tag : ```html - - - - - - + + + + + + ``` \ No newline at end of file