diff --git a/README.md b/README.md index 4a8ed898..f1031552 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,10 @@ Then you're able to import the package and establish the connection with the dat ```swift /// Create a single supabase client for interacting with your database -let client = SupabaseClient(supabaseURL: URL(string: "https://xyzcompany.supabase.co")!, supabaseKey: "public-anon-key") +let client = SupabaseClient( + supabaseURL: URL(string: "https://xyzcompany.supabase.co")!, + supabaseKey: "public-anon-key" +) ``` ### Initialize with custom options