From de43630e72ffa092378c0c127f78428f0988e950 Mon Sep 17 00:00:00 2001 From: JeelRajodiya Date: Wed, 5 Mar 2025 15:49:38 +0530 Subject: [PATCH] docs: update note to caution in README for test instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9cc79e2..d2a0e9c 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ The project is built using **Next.js**, a React framework for building server-re ```bash pnpm test ``` -> [!NOTE] +> [!CAUTION] > Always run tests before submitting a pull request to ensure your changes do not introduce regressions.