Skip to content

Commit 7f7beec

Browse files
authored
add: complete string
Incomplete String in `### Download a file`
1 parent 92541a2 commit 7f7beec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ supabase: Client = create_client(url, key)
236236

237237
bucket_name: str = "photos"
238238

239-
data = supabase.storage.from_(bucket_name).download("photo1.png)
239+
data = supabase.storage.from_(bucket_name).download("photo1.png")
240240
```
241241

242242
### Upload a file

0 commit comments

Comments
 (0)