From 0e3e4a3ddcb18fe45bfe777b37346c2f657a3e6b Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Fri, 21 Oct 2016 20:25:16 +0200 Subject: [PATCH] Hoa\String has moved to Hoa\Ustring (#711) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f2546..8c7a1f1 100644 --- a/README.md +++ b/README.md @@ -623,7 +623,7 @@ Libraries to help manage database schemas and migrations. * [ANSI to HTML5](https://github.com/sensiolabs/ansi-to-html) - An ANSI to HTML5 converter library. * [Color Jizz](https://github.com/mikeemoo/ColorJizz-PHP) - A library for manipulating and converting colours. * [Device Detector](https://github.com/piwik/device-detector) - Another library for parsing user agent strings. -* [Hoa String](https://github.com/hoaproject/String) - Another UTF-8 string library. +* [Hoa String](https://github.com/hoaproject/Ustring) - Another UTF-8 string library. * [Jieba-PHP](https://github.com/fukuball/jieba-php) - A PHP port of Python's jieba. Chinese text segmentation for natural language processing. * [Mobile-Detect](https://github.com/serbanghita/Mobile-Detect) - A lightweight PHP class for detecting mobile devices (including tablets). * [Patchwork UTF-8](https://github.com/nicolas-grekas/Patchwork-UTF8) - A portable library for working with UTF-8 strings.