Skip to content

Commit

Permalink
Remove reference to brick.io
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Nov 26, 2023
1 parent 5363df3 commit a6712c0
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 @@ $b = Money::of(1, 'EUR');
$a->plus($b); // MoneyMismatchException
```

If the result needs rounding, a [rounding mode](http://brick.io/math/class-Brick.Math.RoundingMode.html) must be passed as second parameter, or an exception is thrown:
If the result needs rounding, a [rounding mode](https://github.com/brick/math/blob/0.12.0/src/RoundingMode.php) must be passed as second parameter, or an exception is thrown:

```php
use Brick\Money\Money;
Expand Down

0 comments on commit a6712c0

Please sign in to comment.