Skip to content

Commit

Permalink
* fix configure key, (#42)
Browse files Browse the repository at this point in the history
:supabase -> :supabasse_potion
  • Loading branch information
innis authored Sep 13, 2024
1 parent 5139698 commit 13486fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
```
Expand Down

0 comments on commit 13486fc

Please sign in to comment.