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 29561a1 commit de8419eCopy full SHA for de8419e
README.md
@@ -49,7 +49,10 @@ Then you're able to import the package and establish the connection with the dat
49
50
```swift
51
/// Create a single supabase client for interacting with your database
52
-let client = SupabaseClient(supabaseURL: URL(string: "https://xyzcompany.supabase.co")!, supabaseKey: "public-anon-key")
+let client = SupabaseClient(
53
+ supabaseURL: URL(string: "https://xyzcompany.supabase.co")!,
54
+ supabaseKey: "public-anon-key"
55
+)
56
```
57
58
### Initialize with custom options
0 commit comments