Skip to content

Commit 2b216cf

Browse files
tw4soedirgo
authored andcommitted
update(README.md): replace .io to .com
1 parent ea0d33a commit 2b216cf

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
@@ -25,10 +25,10 @@ const REST_URL = 'http://localhost:3000'
2525
const postgrest = new PostgrestClient(REST_URL)
2626
```
2727

28-
- select(): https://supabase.io/docs/reference/javascript/select
29-
- insert(): https://supabase.io/docs/reference/javascript/insert
30-
- update(): https://supabase.io/docs/reference/javascript/update
31-
- delete(): https://supabase.io/docs/reference/javascript/delete
28+
- select(): https://supabase.com/docs/reference/javascript/select
29+
- insert(): https://supabase.com/docs/reference/javascript/insert
30+
- update(): https://supabase.com/docs/reference/javascript/update
31+
- delete(): https://supabase.com/docs/reference/javascript/delete
3232

3333
#### Custom `fetch` implementation
3434

0 commit comments

Comments
 (0)