From a353f759b7289ac32437635eff52155eb15bc9da Mon Sep 17 00:00:00 2001 From: Konstantin Date: Sat, 11 Jan 2025 13:50:02 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae7837d..2aa6bc4 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ if config_env() == :prod do raise "Failed to load secrets: #{inspect(reason)}" end end - ``` +The library is usable from any module in the application. ## Installation