Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
olvlvl committed Dec 20, 2014
1 parent e316eff commit 602a7be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -393,10 +393,10 @@ $localized_currency = $currency->localize('fr');
# or
$localized_currency = $repository->locale['fr']->localize($currency);

echo $localized_euro->name; // euro
echo $localized_euro->name(1); // euro
echo $localized_euro->name(10); // euros
echo $localized_euro->format(12345.67); // 1 2345,67 €
echo $localized_currency->name; // euro
echo $localized_currency->name(1); // euro
echo $localized_currency->name(10); // euros
echo $localized_currency->format(12345.67); // 1 2345,67 €
```


Expand Down

0 comments on commit 602a7be

Please sign in to comment.