From b79d6a96b09fb1b5c95c15768040ab97e2e8aa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Mon, 21 Oct 2024 04:54:58 +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 2ffc915..61c76dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Backend internal interview (rust) - basic-fixed -[!Tip] +> [!Tip] > 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]