diff --git a/README.md b/README.md index 45e07a7..87bd774 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-Foundations is a foundational Rust library, designed to help scale programs for distributed, +Foundations is a modular Rust library, designed to help scale programs for distributed, production-grade systems. It enables engineers to concentrate on the core business logic of their services, rather than the intricacies of production operation setups. diff --git a/foundations/src/lib.rs b/foundations/src/lib.rs index 3a66427..350bdb9 100644 --- a/foundations/src/lib.rs +++ b/foundations/src/lib.rs @@ -1,4 +1,6 @@ -//! Foundations is a modular foundation for production-ready services implemented in Rust. +//! Foundations is a modular Rust library, designed to help scale programs for distributed, +//! production-grade systems. It enables engineers to concentrate on the core business logic +//! of their services, rather than the intricacies of production operation setups. //! //! If you need any of those: //!