We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7289b3f commit f6efdffCopy full SHA for f6efdff
1 file changed
README.md
@@ -28,7 +28,7 @@ use League\Flysystem\Filesystem;
28
use ChrisWhite\B2\Client;
29
30
$client = new Client($accountId, $applicationKey);
31
-$adapter = new BackblazeAdapter($client);
+$adapter = new BackblazeAdapter($client,$bucketName);
32
33
$filesystem = new Filesystem($adapter);
34
```
0 commit comments