From 3e48cac1f00a18ae1a829f7bbb342a20155776bb Mon Sep 17 00:00:00 2001 From: Jamie Date: Sun, 6 Jul 2014 14:55:16 -0600 Subject: [PATCH] Remove byte conversion library. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f6c939c..969fd93 100644 --- a/README.md +++ b/README.md @@ -443,8 +443,7 @@ A curated list of amazingly awesome PHP libraries, resources and shiny things. * [PHP Units of Measure](https://github.com/triplepoint/php-units-of-measure) - A library for converting between units of measure. * [PHP Conversion](https://github.com/Crisu83/php-conversion) - Another library for converting between units of measure. * [SQL Formatter](https://github.com/jdorn/sql-formatter/) - A library for formatting SQL statements. -* [Byte](https://github.com/jschaedl/Byte) - A simple byte conversion library. -* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric system. +* [ByteUnits](https://github.com/gabrielelana/byte-units) - A library to parse, format and convert byte units in binary and metric systems. * [UA Parser](https://github.com/tobie/ua-parser/tree/master/php) - A library for parsing user agent strings. * [LibPhoneNumber for PHP](https://github.com/giggsey/libphonenumber-for-php) - A PHP implementation of Google's phone number handling library.