Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 4c1b227

Browse files
authored
docs: Update README.md (#157)
Wrong link for delete() function.
1 parent 2bbc435 commit 4c1b227

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const postgrest = new PostgrestClient(REST_URL)
2626
- select(): https://supabase.io/docs/postgrest/client/select
2727
- insert(): https://supabase.io/docs/postgrest/client/insert
2828
- update(): https://supabase.io/docs/postgrest/client/update
29-
- delete(): https://supabase.io/docs/postgrest/client/update
29+
- delete(): https://supabase.io/docs/postgrest/client/delete
3030

3131
## License
3232

0 commit comments

Comments
 (0)