Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
srmklive committed May 19, 2017
1 parent 462a3ff commit 0a2c274
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use League\Flysystem\Filesystem;
use Srmklive\Dropbox\Client\DropboxClient;
use Srmklive\Dropbox\Adapter\DropboxAdapter;

$client = new Client($authorizationToken);
$client = new DropboxClient($authorizationToken);

$adapter = new DropboxAdapter($client);

Expand Down

0 comments on commit 0a2c274

Please sign in to comment.