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).