From dc710f0822fbe6a03aa763c75ce3f71e27a01178 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 17 Oct 2024 15:34:38 +0100 Subject: [PATCH] chore: fix README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f5dd9c5..fcb8a03 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # Backend internal interview (rust) - improved > It is able to **process multiple metrics in parallel**. + > A full refactoring done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc). See [main changes](/NewRelic/be-technical-interview-rust/src/branch/improved/CHANGES.md)