From 1ba3dc574c8d879334e27f7e24044af05fbdb3bc Mon Sep 17 00:00:00 2001 From: Daniil Gentili Date: Mon, 15 Apr 2024 16:11:40 +0200 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index be36ff2..bf0cc95 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Async ORM +# telegram-entities [![codecov](https://codecov.io/gh/danog/telegram-entities/branch/master/graph/badge.svg)](https://codecov.io/gh/danog/telegram-entities) [![Psalm coverage](https://shepherd.dev/github/danog/telegram-entities/coverage.svg)](https://shepherd.dev/github/danog/telegram-entities) @@ -9,12 +9,12 @@ A library to work with Telegram UTF-16 styled text entities, created by Daniil G This library can be used to modify entities returned by the Telegram Bot API, or even locally generate them using a custom MarkdownV2 and HTML parser inside of the library. -This ORM library was initially created for [MadelineProto](https://docs.madelineproto.xyz), an async PHP client API for the telegram MTProto protocol. +This library was initially created for [MadelineProto](https://docs.madelineproto.xyz), an async PHP client API for the telegram MTProto protocol. ## Installation ```bash -composer require danog/async-orm +composer require danog/telegram-entities ``` ## Usage