From 2a6e791439200f1c1f599199cafe2f5eb57fefff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 04:56:07 +0100 Subject: [PATCH] chore: fix Tip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 61c76dd..34c46b2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ > Use [Improve branch](/NewRelic/be-technical-interview-rust/src/branch/improved) as a full refactoring for better quality, maintenance and readability. (Structs, implementaitions, settings for multiple inputs, etc). > [!NOTE] -> Code simply **works as expected** trying to be preserve initial approach and not too much disruptive changes.
+> Code in this branch simply **works as expected** trying to be preserve initial approach and not too much disruptive changes.
> It is able to **process multiple metrics in parallel** (input.txt and input_2.txt).
> A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc).