From 6a9759494e0c315efedd91189ab68f461526d2fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 17 Oct 2024 15:47:49 +0100 Subject: [PATCH] chore: fix README.md --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 557a01d..97f116f 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Backend internal interview (rust) - basic-fixed > [!NOTE] -> Code simply **works as expected** -> It is not be able to **process multiple metrics in parallel** yet. -> A full refactoring has to be done for better quality, maintenance and be more readable. (Structs, implementaitions, settings for multiple inputs, etc). +> Code simply **works as expected**
+> It is not be able to **process multiple metrics in parallel** yet.
+> A full refactoring has to be 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/basic-fixed/CHANGES.md) @@ -14,8 +14,7 @@ A **Refactor metric-consumer** task There are several branches developed as proposal: - [Basic fixed one](/NewRelic/be-technical-interview-rust/src/branch/basic-fixed) - > A basic code review, fixed with minor and essential changes to work as expected. - + > A basic code review, fixed with minor and essential changes to work as expected.
> Tests are included for verification. - [Improve one](/NewRelic/be-technical-interview-rust/src/branch/improved)