Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
norberttech committed Apr 25, 2014
1 parent fda9db3 commit cee3c34
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 @@ -101,7 +101,7 @@ Number can be also formatted for specific locale
```php
use PHPHumanizer\Number;

echo Number::metricSuffix(1240000, 'pl'); "1,24M"
echo Number::metricSuffix(1240000, 'pl'); // "1,24M"
```

# Credits
Expand Down

0 comments on commit cee3c34

Please sign in to comment.