From cdb4ea869f46b0ebc54e494d77469328b25f8b3d Mon Sep 17 00:00:00 2001 From: ebakulin Date: Fri, 26 Nov 2021 18:03:04 +0700 Subject: [PATCH] changed emoji library --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 71a18ca..52b4b37 100644 --- a/README.md +++ b/README.md @@ -650,7 +650,7 @@ Libraries to help manage database schemas and migrations. * [Decoda](https://github.com/milesj/decoda) - A lightweight markup parser library. * [Essence](https://github.com/essence/essence) - A library for extracting web media. * [Embera](https://github.com/mpratt/Embera) - An Oembed consumer library. -* [Emoji](https://github.com/heyupdate/Emoji) - A library that converts unicode characters and names into emoji images. +* [Emoji](https://github.com/aleksey-anisimov/emoji) - A library allows to detect emoji, remove emoji, encode emoji and decode emoji in string. * [HTML to Markdown](https://github.com/thephpleague/html-to-markdown) - Converts HTML into Markdown. * [HTML5 PHP](https://github.com/Masterminds/html5-php) - An HTML5 parser and serializer library. * [Parsedown](https://github.com/erusev/parsedown) - Another Markdown parser.