diff --git a/README.md b/README.md index 82cf586..0dcca8f 100644 --- a/README.md +++ b/README.md @@ -160,10 +160,10 @@ apiKey: ``` -> Note: In order for the RLS policies authenticate you, you have to pass an authorization header: +> Note: In order for the RLS policies authenticate you, you have to pass an authorization header ([see example](https://github.com/supabase-community/supabase-graphql-example/blob/main/app/lib/urql.tsx#L15)): ``` -authorization: Bearker +authorization: Bearer ```