Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit 2d4b3ea

Browse files
SynapticloopSynapticloop
authored andcommitted
fixed documentation
1 parent b7fa952 commit 2d4b3ea

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,10 @@ see [B2ApiClient.java](https://github.com/synapticloop/backblaze-b2-java-api/blo
2525

2626
```
2727
// create a new B2ApiClient
28-
B2ApiClient(String, String)
28+
B2ApiClient()
29+
30+
// authorize the client
31+
authorize(String, String)
2932
3033
// create a bucket
3134
createBucket(String, BucketType)

0 commit comments

Comments
 (0)