We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 169ea41 commit 0424cd0Copy full SHA for 0424cd0
README.md
@@ -30,7 +30,7 @@ If you're using Xcode, [use this guide](https://developer.apple.com/documentatio
30
For all requests made for supabase, you will need to initialize a `SupabaseClient` object.
31
32
```swift
33
-let client = SupabaseClient(supabaseUrl: "{ Supabase URL }", supabaseKey: "{ Supabase anonymous Key }")
+let client = SupabaseClient(supabaseURL: "{ Supabase URL }", supabaseKey: "{ Supabase anonymous Key }")
34
```
35
36
## Contributing
0 commit comments