Update README.md

This commit is contained in:
Alex
2025-07-06 19:24:54 +03:00
parent bcd8a52d06
commit f3a7b2b3ba
2 changed files with 5 additions and 5 deletions
+4 -4
View File
@@ -1,5 +1,5 @@
# Max Bot API Client library for Golang
# Max Bot API Client library for PHP
[![Actions status](https://github.com/BushlanovDev/max-bot-api-client-php/actions/workflows/ci.yml/badge.svg?style=flat-square)](https://github.com/BushlanovDev/max-bot-api-client-php/actions)
[![PHP Version](https://img.shields.io/packagist/php-v/bushlanov-dev/max-bot-api-client-php.svg?style=flat-square)]()
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
[![Actions status](https://github.com/BushlanovDev/max-bot-api-client-php/actions/workflows/ci.yml/badge.svg?style=flat-square)](https://github.com/BushlanovDev/max-bot-api-client-php/actions)
[![PHP version](https://img.shields.io/badge/php-%3E%3D%208.3-8892BF.svg?style=flat-square)](https://github.com/BushlanovDev/max-bot-api-client-php)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
+1 -1
View File
@@ -93,7 +93,7 @@ final class ClientTest extends TestCase
'access_token' => self::FAKE_TOKEN,
'v' => self::API_VERSION,
]);
$responsePayload = ['ok' => true, 'result' => ['id' => 987, 'name' => 'TestBot']];
$responsePayload = ['id' => 987, 'name' => 'TestBot'];
// Configure mocks for this specific test
$this->requestFactoryMock