From 973fd8982e7c080ba866e1f29fb44033500ad38a Mon Sep 17 00:00:00 2001 From: Jamie Date: Wed, 16 Jun 2021 23:28:24 +0100 Subject: [PATCH] Tweak description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbad395..edb622f 100644 --- a/README.md +++ b/README.md @@ -667,7 +667,7 @@ Libraries to help manage database schemas and migrations. * [Brick\Math](https://github.com/brick/math) - A library providing large number support: `BigInteger`, `BigDecimal` and `BigRational`. * [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems. -* [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimal/float more easily and precise. +* [DecimalObject](https://github.com/spryker/decimal-object) - A value object to handle decimals/floats easily and more precisely. * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library. * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure. * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure.