From 488efa28c1c7651343dd455b805094f67bbafd77 Mon Sep 17 00:00:00 2001 From: Jayana Anjani Pavan Vardhan Naidu Date: Wed, 26 Nov 2025 21:54:22 +0530 Subject: [PATCH] Update contribution guidelines section in README Fixed formatting consistency by standardizing the link text to use lowercase 'guidelines' to match standard markdown link formatting conventions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d60d5104c385..36c8aa012b06 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ You can run and edit the algorithms, or contribute to them using Gitpod.io (a fr ### All algorithms are implemented in Java (for educational purposes) These implementations are intended for learning purposes. As such, they may be less efficient than the Java standard library. -## Contribution Guidelines -Please read our [Contribution Guidelines](CONTRIBUTING.md) before you contribute to this project. +## contribution guidelines +Please read our [contribution guidelines](CONTRIBUTING.md) before you contribute to this project. ## Algorithms Our [directory](DIRECTORY.md) has the full list of applications.