From 13486fc17d442c22ce1d0827c0007778d92d60a2 Mon Sep 17 00:00:00 2001 From: n1ghtc4t Date: Fri, 13 Sep 2024 23:48:49 +0900 Subject: [PATCH] * fix configure key, (#42) :supabase -> :supabasse_potion --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 96d5dcb..46ae244 100644 --- a/README.md +++ b/README.md @@ -62,12 +62,12 @@ A `Supabase.Client` holds general information about Supabase, that can be used t ## Configuration -Ensure your Supabase configurations are set: +Ensure your Supabase configurations are set in runtime.exs: ```elixir import Config -config :supabase, +config :supabase_potion, supabase_base_url: System.fetch_env!("SUPABASE_BASE_URL"), supabase_api_key: System.fetch_env!("SUPABASE_API_KEY"), ```