Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Sep 7, 2014
1 parent a024f64 commit 6d384d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ Returns something like this:
```

**isValidNumber**
Validate the current number using Google's [libphonenumber](http://libphonenumber.googlecode.com) (requires the utilsScript option). Expects an internationally formatted number. Optionally pass the argument `true` to accept national numbers as well.
Validate the current number using Google's [libphonenumber](http://libphonenumber.googlecode.com) (requires the utilsScript option). Expects an internationally formatted number (unless nationalMode is enabled).
```js
$("#mobile-number").intlTelInput("isValidNumber");
```
Expand Down

0 comments on commit 6d384d2

Please sign in to comment.