From aedc4c9f0a972250617cf05ed8ad3b3cfa2a6ad9 Mon Sep 17 00:00:00 2001 From: Marco Otte-Witte Date: Sun, 13 Oct 2024 16:26:10 +0200 Subject: [PATCH] improve wording in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61df9a84..0fad9765 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![Gerust logo](./docs/logo.svg) -Gerust provides an architecture and tooling for Rust cloud projects. It takes care of the accidental complexity that comes with writing cloud apps with Rust so you can stay focused on the essence of the system you're building: +Gerust provides an architecture and tooling for Rust backend projects. It takes care of the accidental complexity that comes with writing backends with Rust so you can stay focused on the essence of the system you're building: * Separating distinct parts of the system into separate crates * Organizing files into a logical folder structure