Skip to content

Commit

Permalink
docs: update Deno import to JSR. (#1237)
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwebdev committed Jul 4, 2024
1 parent b8a5d71 commit ad9fba0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,10 @@ You can use `<script type="module">` to import supabase-js from CDNs, like:

### Deno

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

```js
import { createClient } from 'https://esm.sh/@supabase/supabase-js@2'
import { createClient } from 'jsr:@supabase/supabase-js@2'
```

### Custom `fetch` implementation
Expand Down

0 comments on commit ad9fba0

Please sign in to comment.