Skip to content

Commit de8419e

Browse files
author
Guilherme Souza
authored
docs: improve formatting of SupabaseClient example (#825)
Reformat SupabaseClient initialization for better readability.
1 parent 29561a1 commit de8419e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,10 @@ Then you're able to import the package and establish the connection with the dat
4949

5050
```swift
5151
/// 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")
52+
let client = SupabaseClient(
53+
supabaseURL: URL(string: "https://xyzcompany.supabase.co")!,
54+
supabaseKey: "public-anon-key"
55+
)
5356
```
5457

5558
### Initialize with custom options

0 commit comments

Comments
 (0)