Skip to content

Commit 9f33e23

Browse files
committed
fix: trigger release
1 parent 48b0281 commit 9f33e23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key
1919

2020
### UMD
2121

22-
You can now use plain `<script>`s to import supabase-js from CDNs, like
22+
You can now use plain `<script>`s to import supabase-js from CDNs, like
2323

2424
`<script src="https://cdn.jsdelivr.net/npm/@supabase/supabase-js"></script>`
2525
or
@@ -29,9 +29,9 @@ Then you can use it from a global `supabase` variable:
2929

3030
```html
3131
<script>
32-
const { createClient } = supabase
33-
supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')
34-
...
32+
const { createClient } = supabase
33+
supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')
34+
...
3535
</script>
3636
```
3737

0 commit comments

Comments
 (0)