Skip to content

Commit

Permalink
adding doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Bönisch committed Nov 9, 2017
1 parent e0c3adf commit 1d9078d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ Get simple key-value array by default it returns alpha2 => name pairs
$countries = CountriesArray::get();
```

Include non iso countries:
```
$countries = CountriesArray::iso(false)->get();
```

Get key values pairs

```
Expand Down

0 comments on commit 1d9078d

Please sign in to comment.