Permalink
Browse files

Fix #5

1 parent 29ba01c commit 844e7a0621982e244439e27203060183ad751b95 @jaridmargolin jaridmargolin committed Oct 29, 2013
Showing with 2 additions and 2 deletions.
  1. +2 −2 README.md
View
@@ -43,7 +43,7 @@ Usage
#### new Formatter(el, opts)
new Formatter(document.getElementById('credit-input'), {
- 'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}'
+ 'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}',
'persistent': true
});
@@ -56,7 +56,7 @@ Usage
#### $(selector).formatter(opts)
$('#credit-input').formatter({
- 'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}'
+ 'pattern': '{{999}}-{{999}}-{{999}}-{{9999}}',
'persistent': true
});

0 comments on commit 844e7a0

Please sign in to comment.