From 45c8e8bad58f150f3699c86ec2a62bf85423f8e7 Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Thu, 27 Aug 2020 19:37:28 -0700 Subject: [PATCH] Add hush_sample_app as an example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3905cd5..c5964aa 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ config :hush, ## Usage -Hush can be loaded in two ways, at runtime in your application, or as a [Config.Provider](https://hexdocs.pm/elixir/Config.Provider.html) in release mode. +Hush can be loaded in two ways, at runtime in your application, or as a [Config.Provider](https://hexdocs.pm/elixir/Config.Provider.html) in release mode. A [sample app](https://github.com/gordalina/hush_sample_app) has been written so you can see how it's configured. ### Loading at runtime