From 1a2631f6b73ad702a26a4538cce6b613e7bfc98b Mon Sep 17 00:00:00 2001 From: RetaCode Date: Sun, 31 Aug 2025 21:11:33 -0600 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20actualizaci=C3=B3n=20de=20contribuc?= =?UTF-8?q?i=C3=B3n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index ccdf2a7..c71768e 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # VolunChain -**Innovating Volunteering with Blockchain ��** +**Innovating Volunteering with Blockchain 🌍** VolunChain is a production-grade blockchain-powered platform that connects volunteers with organizations in a transparent, decentralized, and efficient way. Built with Domain-Driven Design principles and strict architectural standards. @@ -98,7 +98,7 @@ src/modules// 1. **Clone the repository** ```bash - git clone https://github.com/your-repo/volunchain-backend.git + git clone https://github.com/VolunChain/VolunChain-Backend.git cd volunchain-backend ``` @@ -152,7 +152,7 @@ npm test # Run specific test types npm run test:unit # Unit tests npm run test:integration # Integration tests -npm run test:e2e # End-to-end tests +npm run test:e2e # End-to-end tests # Run tests for specific module npm test -- --testPathPattern=modules/user From 2640a3a258f3519b8dae5b3cd32f042e2e59c98f Mon Sep 17 00:00:00 2001 From: RetaCode Date: Sun, 31 Aug 2025 21:22:41 -0600 Subject: [PATCH 2/2] docs: fix heading and git clone command in README --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index c71768e..620a823 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # VolunChain -**Innovating Volunteering with Blockchain 🌍** +## Innovating volunteering with blockchain 🌍 VolunChain is a production-grade blockchain-powered platform that connects volunteers with organizations in a transparent, decentralized, and efficient way. Built with Domain-Driven Design principles and strict architectural standards. @@ -98,8 +98,8 @@ src/modules// 1. **Clone the repository** ```bash - git clone https://github.com/VolunChain/VolunChain-Backend.git - cd volunchain-backend + git clone https://github.com/VolunChain/VolunChain-Backend.git + cd VolunChain-Backend ``` 2. **Install dependencies**