diff --git a/demo/index.html b/demo/index.html
index 4beeaab..f4458c0 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -9,7 +9,7 @@
$("#date").mask("99/99/9999",{completed:function(){alert("completed!");}});
$("#phone").mask("(999) 999-9999");
$("#phoneExt").mask("(999) 999-9999? x99999");
- $("#iphone").mask("+33 999 999 999");
+ $("#iphone").mask("+44 (999) 999-9999");
$("#tin").mask("99-9999999");
$("#ssn").mask("999-99-9999");
$("#product").mask("a*-999-a999", { placeholder: " " });