Skip to content

Commit 00e53bf

Browse files
authored
Update README.md
1 parent 7977d76 commit 00e53bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key
2525
You can now use plain `<script>`s to import supabase-js from CDNs, like:
2626

2727
```html
28-
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>
28+
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
2929
```
3030

3131
or even:

0 commit comments

Comments
 (0)