Skip to content

Commit a0bd2fc

Browse files
authored
Merge pull request #10 from charmful0x/main
docs: fix code snippet
2 parents 8b956cf + 830fad6 commit a0bd2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ cargo add supabase-storage-rs
2121
### Create a Storage Client
2222
```rust
2323
// You can manually pass in the values
24-
let auth_client = StorageClient::new(project_url, api_key, jwt_secret).unwrap();
24+
let auth_client = StorageClient::new(project_url, api_key).unwrap();
2525

2626
// Or you can use environment variables
2727
// Requires `SUPABASE_URL` and`SUPABASE_API_KEY` environment variables

0 commit comments

Comments
 (0)