From dad4044567f9c653294c0250dc13f6275056e5b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Fri, 15 Mar 2024 23:54:35 -0500 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e1285b7..d8d097a 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ depending on what features from remix-hono you're using. - `i18next` and `remix-i18next` if you're using the i18n middleware. - `zod` if you're using `typedEnv`. -> [!NOTE] You don't really need to install them if you don't use them, but you +> [!NOTE] +> You don't really need to install them if you don't use them, but you > will need to install them yourself (they don't come not automatically) if you > use the features that depends on those packages.