Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieuprog committed May 1, 2021
1 parent 1e20af5 commit 7fdcc86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ defp append_if(list, condition, item) do
end
```

In `config.exs`, add `config :calendar_storefront, env: Mix.env()`.
In `config.exs`, add `config :my_app, env: Mix.env()`.

Lastly, add the http client `mint` and ssl certificate store `castore` into your `mix.exs` file:

Expand Down

0 comments on commit 7fdcc86

Please sign in to comment.