Skip to content

Commit c6c60c5

Browse files
author
mrt1m
committed
update README.md
1 parent 98524b9 commit c6c60c5

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,15 @@
44

55
* PHP 7.4 or later
66

7-
## 2. Initialization
7+
## 2. Installation
8+
9+
The VK PHP SDK can be installed using Composer by running the following command:
10+
11+
```sh
12+
composer require mrt1m/playstation-store-ap
13+
```
14+
15+
## 3. Initialization
816

917
Create Client object using the following code:
1018

@@ -15,9 +23,9 @@ use PlaystationStoreApi\Enum\Regions;
1523
$clientApi = new Client(new Regions(Regions::RUSSIA));
1624
```
1725

18-
## 3. API Requests
26+
## 4. API Requests
1927

20-
### 3.1. Request product data
28+
### 4.1. Request product data
2129

2230
```php
2331
$response = $clientApi->product()->get('EP0001-CUSA12042_00-GAME000000000000');

0 commit comments

Comments
 (0)