Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BenMorel committed Aug 24, 2021
1 parent 5e7af32 commit d1225f3
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 @@ -14,7 +14,7 @@ A money and currency library for PHP.

Working with financial data is a serious matter, and small rounding mistakes in an application may lead to serious consequences in real life. That's why floating-point arithmetic is not suited for monetary calculations.

This component is based on the [Math](https://github.com/brick/math) component and handles exact calculations on monies of any size.
This library is based on [brick/math](https://github.com/brick/math) and handles exact calculations on monies of any size.

### Installation

Expand Down

0 comments on commit d1225f3

Please sign in to comment.