Skip to content

Commit 1bdb7af

Browse files
author
whitebit-robot
committed
fix: readme
1 parent 5386192 commit 1bdb7af

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# WhiteBIT PHP SDK
22

3-
[![Latest Version](https://img.shields.io/packagist/v/whitebit/php.svg)](https://packagist.org/packages/whitebit/php)
4-
[![License](https://img.shields.io/github/license/whitebit-exchange/php.svg)](LICENSE)
3+
[![Latest Version](https://img.shields.io/packagist/v/whitebit/php-sdk.svg)](https://packagist.org/packages/whitebit/php-sdk)
4+
[![License](https://img.shields.io/github/license/whitebit-exchange/php-sdk.svg)](LICENSE)
55

6-
Official PHP SDK for the [WhiteBIT](https://whitebit.com/) API. ([WhiteBIT API Documentation](docs.whitebit.com))
6+
Official PHP SDK for the [WhiteBIT](https://whitebit.com/) API. ([WhiteBIT API Documentation](https://docs.whitebit.com))
77

88
## Requirements
99
* `PHP 8.2` or higher
@@ -13,7 +13,7 @@ Official PHP SDK for the [WhiteBIT](https://whitebit.com/) API. ([WhiteBIT API D
1313
You can install this SDK via [Composer](https://getcomposer.org/):
1414

1515
```bash
16-
composer require whitebit/php
16+
composer require whitebit/php-sdk
1717
```
1818

1919
## Usage

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "whitebit/php",
2+
"name": "whitebit/php-sdk",
33
"type": "library",
44
"license": "MIT",
55
"autoload": {

composer.lock

+10-10
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)