Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jmathai committed Nov 28, 2015
1 parent 33511a5 commit 15aa582
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Installation is done via composer by adding the a dependency on jmathai/s3-bucke
set_time_limit(0);
require sprintf('%s/../vendor/autoload.php', __DIR__);

use S3BucketStreamZip\S3BucketStreamZip;
use S3BucketStreamZip\Exception\InvalidParameterException;
use JMathai\S3BucketStreamZip\S3BucketStreamZip;
use JMathai\S3BucketStreamZip\Exception\InvalidParameterException;

$stream = new S3BucketStreamZip(
// $auth
Expand Down

0 comments on commit 15aa582

Please sign in to comment.