Skip to content

Commit 767ce9d

Browse files
Fix formatting of use statement in README.md
1 parent 10f80c5 commit 767ce9d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ composer require sushilk/supabase
4747

4848
require_once(__DIR__ . '/vendor/autoload.php');
4949

50-
use Sushilk\Supabase\Client;
50+
use Sushilk\Supabase\Client;
51+
5152
$client = new Client(
5253
'https://<project-id>.supabase.co',
5354
'apikey'

0 commit comments

Comments
 (0)