Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jackocnr committed Mar 14, 2015
1 parent d520783 commit e68047e
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 @@ -83,7 +83,7 @@ Add or remove input placeholder with an example number for the selected country.

**defaultCountry**
Type: `String` Default: `""`
Set the default country by it's country code. You can also set it to `"auto"`, which will lookup the user's country based on their IP address - [see example](http://jackocnr.com/lib/intl-tel-input/examples/gen/default-country-ip.html). Otherwise it will just be the first country in the list.
Set the default country by it's country code. You can also set it to `"auto"`, which will lookup the user's country based on their IP address - [see example](http://jackocnr.com/lib/intl-tel-input/examples/gen/default-country-ip.html) (and if you use the [jquery-cookie](https://github.com/carhartl/jquery-cookie) plugin, it will then store the loaded country in a cookie for future use). Otherwise it will just be the first country in the list.

**ipinfoToken**
Type: `String` Default: `""`
Expand Down

0 comments on commit e68047e

Please sign in to comment.