From 7ddacfe09da805fa8b0adfbcbe750134ed127eff Mon Sep 17 00:00:00 2001 From: Copple <10214025+kiwicopple@users.noreply.github.com> Date: Tue, 29 Mar 2022 13:44:20 +0200 Subject: [PATCH] making it a "rest" api header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cee2492dd8..7a32e811303 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - [x] Hosted Postgres Database. [Docs](https://supabase.com/docs/guides/database) - [x] Authentication and Authorization. [Docs](https://supabase.com/docs/guides/auth) - [x] Auto-generated APIs. - - [x] REST. [Docs](https://supabase.com/docs/guides/api#restful-api) + - [x] REST. [Docs](https://supabase.com/docs/guides/api#rest-api) - [x] Realtime subscriptions. [Docs](https://supabase.com/docs/guides/api#realtime-api) - [x] GraphQL (Beta). [Docs](https://supabase.com/docs/guides/api#graphql-api) - [x] Functions.