Skip to content

Commit 0424cd0

Browse files
Typo Fix. (#43)
1 parent 169ea41 commit 0424cd0

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
@@ -30,7 +30,7 @@ If you're using Xcode, [use this guide](https://developer.apple.com/documentatio
3030
For all requests made for supabase, you will need to initialize a `SupabaseClient` object.
3131

3232
```swift
33-
let client = SupabaseClient(supabaseUrl: "{ Supabase URL }", supabaseKey: "{ Supabase anonymous Key }")
33+
let client = SupabaseClient(supabaseURL: "{ Supabase URL }", supabaseKey: "{ Supabase anonymous Key }")
3434
```
3535

3636
## Contributing

0 commit comments

Comments
 (0)