From b726d5d5dda4940a5833f28dc625f908c494075a Mon Sep 17 00:00:00 2001 From: Samuel Gordalina Date: Tue, 16 Feb 2021 23:53:05 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d31ba0..45883ff 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![Coverage Status](https://coveralls.io/repos/gordalina/hush/badge.svg?branch=master)](https://coveralls.io/r/gordalina/hush?branch=master) [![hex.pm version](https://img.shields.io/hexpm/v/hush.svg)](https://hex.pm/packages/hush) -Hush makes it easy to configure your application at runtime and in release mode, it can retrieve data from multiple sources and set it in your application configuration automatically. +Hush is designed to help developers configure their applications at runtime and in release mode, retrieving configuration from multiple providers, without having to depend on secret files or hardcoded configuration. Documentation can be found at [https://hexdocs.pm/hush](https://hexdocs.pm/hush).