Skip to content

Commit fe30d71

Browse files
author
Unknown
committed
Fix wrong namespace in ReadMe file
1 parent 1e3b854 commit fe30d71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ So far this SDK has only machine to machine authentication mechanism and the fol
2222
### Usage
2323

2424
```php
25-
use Linkstreet\Box;
25+
use Linkstreet\Box\Box;
2626
use Linkstreet\Box\Enums\SubscriptionType;
2727

2828
$box_sdk = new Box(['client_id' => "", "client_secret" => ""]);

0 commit comments

Comments
 (0)