Skip to content

Commit 612371f

Browse files
authored
Update README.md
1 parent 49c8a16 commit 612371f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Let's start with getting some content items from your Prepr environment.
2727
```php
2828
<?php
2929

30-
use Preprio\PhpRestSdk;
30+
use Preprio\PhpRestSdk\Prepr;
3131

3232
$apiRequest = new Prepr('{ACCESS_TOKEN}');
3333

@@ -50,7 +50,7 @@ To get a single content item, pass the ID to the request.
5050
```php
5151
<?php
5252

53-
use Preprio\PhpRestSdk;
53+
use Preprio\PhpRestSdk\Prepr;
5454

5555
$apiRequest = new Prepr('{ACCESS_TOKEN}');
5656

0 commit comments

Comments
 (0)