Skip to content

Commit

Permalink
Fix typo in readme (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjanssens authored Jan 3, 2023
1 parent 114aa96 commit 617ccc5
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 @@ -142,7 +142,7 @@ Returns an array of only the 2-letter country codes found in the input string. L
$browser = new \CodeZero\BrowserLocale\BrowserLocale('en-US,en;q=0.8,nl-NL;q=0.6,nl;q=0.4');
$filter = \CodeZero\BrowserLocale\Filters\CountryFilter;
$countries = $browser->filter($filter);
//=> Result: ['US', 'BE']
//=> Result: ['US', 'NL']
```

#### WeightFilter
Expand Down

0 comments on commit 617ccc5

Please sign in to comment.