From 7fdcc86acc71e9f7d051387cae2c98c007f3f675 Mon Sep 17 00:00:00 2001 From: mathieuprog <5883963+mathieuprog@users.noreply.github.com> Date: Sat, 1 May 2021 14:45:39 +0200 Subject: [PATCH] Update Readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7622ab..a8375d3 100644 --- a/README.md +++ b/README.md @@ -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: