diff --git a/Cargo.toml b/Cargo.toml index 1b76168..15b1c56 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "micronfig" version = "0.1.0" authors = ["Stefano Pigozzi "] edition = "2021" -description = "Tiny Rust crate for twelve-factor app configuration" +description = "Tiny crate for simple configuration management" repository = "https://github.com/Steffo99/micronfig/" license = "MIT OR Apache-2.0" keywords = ["12-factor-app", "configuration", "config", "environment", "envvar"] diff --git a/README.md b/README.md index 7f81c64..1066ff2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ![](icon.png) micronfig -Tiny Rust crate for twelve-factor app configuration. +Tiny crate for simple configuration management. ## Links diff --git a/src/lib.rs b/src/lib.rs index 7f9422f..c4b762e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -//! Tiny crate for [twelve-factor app configuration](https://12factor.net/config). +//! Tiny crate for simple configuration management. //! //! # Features //!