We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e3b854 commit fe30d71Copy full SHA for fe30d71
README.md
@@ -22,7 +22,7 @@ So far this SDK has only machine to machine authentication mechanism and the fol
22
### Usage
23
24
```php
25
-use Linkstreet\Box;
+use Linkstreet\Box\Box;
26
use Linkstreet\Box\Enums\SubscriptionType;
27
28
$box_sdk = new Box(['client_id' => "", "client_secret" => ""]);
0 commit comments