From d1225f3da6410dbc1b6defe7b76d2db053a704a8 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Tue, 24 Aug 2021 23:12:50 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index efdc0c0..a29b76a 100644 --- a/README.md +++ b/README.md @@ -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