From 8cc7b7ad6dc83b062e39bdeb460065af8ceb7dea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Thu, 17 Oct 2024 15:58:09 +0100 Subject: [PATCH] chore: fix README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fcb8a03..a47f52e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Backend internal interview (rust) - improved +> [!NOTE] > 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) @@ -12,10 +12,10 @@ A **Refactor metric-consumer** task There are several branches developed as proposal: -- [Basic fixed one](basic-fixed) - > A basic code review, fixed with minor and essential changes to work as expected. - > Tests are included for verification. +- [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.
+ > Tests are included for verification.
-- [Improve one](improved) +- [Improve one](/NewRelic/be-technical-interview-rust/src/branch/improved) - [Multiple input one](multi-input)