Skip to content

Commit

Permalink
Updated ISO ecxample in README
Browse files Browse the repository at this point in the history
  • Loading branch information
auzroz committed Oct 29, 2013
1 parent 6cfbbac commit 2634eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -55,7 +55,7 @@ country_select("user", "country_code", nil, iso_codes: true)
```

```ruby
country_select("user", "country_code", [ "gb", "fr", "de" ], iso_codes: true)
country_select("user", "country_code", [ "GB", "FR", "DE" ], iso_codes: true)
```

#### Global configuration to always use ISO codes
Expand Down

0 comments on commit 2634eb9

Please sign in to comment.