]> git.njae.me.uk Git - advent-of-code-24-elixir.git/commitdiff
Update the Readme's section on secrets.exs (#6)
authorSteven Riehl <sr@stevenriehl.com>
Mon, 14 Dec 2020 03:01:11 +0000 (20:01 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Dec 2020 03:01:11 +0000 (22:01 -0500)
Added the `use Mix.Config` so everything loads correctly.

README.md

index 97a41384184bbe8af22935b5a058647670ed2d9b..2f461c9c5c6906973487fd8dece143cc8889e4d2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -75,6 +75,8 @@ enable it. You can do this by creating a `config/secrets.exs` file containing
 the following:
 
 ```elixir
+use Mix.Config
+
 config :advent_of_code, AdventOfCode.Input,
   allow_network?: true,
   session_cookie: "..." # yours will be longer