Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fayharinn authored Apr 8, 2024
1 parent 839a97a commit c52760f
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,10 +25,10 @@ Here's how to get started with `r2client`:
First, import `R2Client` and initialize it with your credentials:

```python
from r2client import R2Client
from r2client.R2Client import R2Client as r2

# Initialize the R2Client
client = R2Client(
client = r2(
access_key='<ACCESS_KEY>',
secret_key='<SECRET_KEY>',
endpoint='<ENDPOINT> (example: "https://***.r2.cloudflarestorage.com")'
Expand Down

0 comments on commit c52760f

Please sign in to comment.