fix: adds versions to cdn supabase-js installations (#9525)

This commit is contained in:
Ant Wilson
2022-10-13 14:56:55 +02:00
committed by GitHub
parent 9ca18cee95
commit 43ea992879
5 changed files with 9 additions and 9 deletions

View File

@@ -28,9 +28,9 @@ Find the source code on [GitHub](https://github.com/supabase/supabase-js).
Or via CDN
```js
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>
<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js@2"></script>
//or
<script src="https://unpkg.com/@supabase/supabase-js"></script>
<script src="https://unpkg.com/@supabase/supabase-js@2"></script>
```
## Python