Skip to content

Commit ad9fba0

Browse files
authored
docs: update Deno import to JSR. (#1237)
1 parent b8a5d71 commit ad9fba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,10 +63,10 @@ You can use `<script type="module">` to import supabase-js from CDNs, like:
6363

6464
### Deno
6565

66-
You can use supabase-js in the Deno runtime via esm.sh:
66+
You can use supabase-js in the Deno runtime via [JSR](https://jsr.io/@supabase/supabase-js):
6767

6868
```js
69-
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2'
69+
import { createClient } from 'jsr:@supabase/supabase-js@2'
7070
```
7171

7272
### Custom `fetch` implementation

0 commit comments

Comments
 (0)