Skip to content

Commit cbe9e18

Browse files
committed
doc(php): fix install script
1 parent 4985b1a commit cbe9e18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ npm install kucoin-universal-sdk
5555
### PHP Installation(0.1.0-alpha)
5656
**Note**: This SDK is currently in the Alpha phase. We are actively iterating and improving its features, stability, and documentation. Feedback and contributions are highly encouraged to help us refine the SDK.
5757
```bash
58-
composer require kucoin/kucoin-universal-sdk
58+
composer require kucoin/kucoin-universal-sdk=0.1.0-alpha
5959
```
6060

6161
### Postman Installation

sdk/php/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ For an overview of the project and SDKs in other languages, refer to the [Main R
2020
Install the SDK using `composer`:
2121

2222
```bash
23-
composer require kucoin/kucoin-universal-sdk
23+
composer require kucoin/kucoin-universal-sdk=0.1.0-alpha
2424
```
2525

2626
## 📖 Getting Started

0 commit comments

Comments
 (0)