Skip to content

Commit c882c6d

Browse files
authored
Merge pull request #411 from supabase/docs/typedoc
docs: updates typedoc
2 parents 83db008 + bd0975f commit c882c6d

File tree

3 files changed

+433
-9093
lines changed

3 files changed

+433
-9093
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can now use type="module" `<script>`s to import supabase-js from CDNs, like:
5353

5454
```html
5555
<script type="module">
56-
import { createClient } from "https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm"
56+
import { createClient } from 'https://cdn.jsdelivr.net/npm/@supabase/supabase-js/+esm'
5757
const supabase = createClient('https://xyzcompany.supabase.co', 'public-anon-key')
5858
5959
console.log('Supabase Instance: ', supabase)

0 commit comments

Comments
 (0)