diff --git a/demo/index.html b/demo/index.html
index f287443..a83eb31 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -98,10 +98,10 @@
iframe : false,
//Don't print this
noPrintSelector : ".avoid-this",
- //Add this on top
- append : "Hello World!!!
",
- //Add this at bottom
- prepend : "
Buh Bye!"
+ //Add this at top
+ prepend : "Hello World!!!
",
+ //Add this on bottom
+ append : "
Buh Bye!"
});
});
// Fork https://github.com/sathvikp/jQuery.print for the full list of options
@@ -109,4 +109,4 @@
//]]>