From a1433858065139f61d4d7777ea51386c2b7f287d Mon Sep 17 00:00:00 2001 From: devchoosit <93186025+devchoosit@users.noreply.github.com> Date: Fri, 6 Mar 2026 08:02:54 +0100 Subject: [PATCH] Fix link formatting in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd048d6..b0a3572 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ A Symfony bundle that fetches commit history from GitLab or GitHub repositories This project is split into two packages: -- **[spiriitlabs/commit-history](https://github.com/SpiriitLabs/commit-history)** - A standalone, framework-agnostic PHP library containing all the core logic (providers, DTOs, services, diff parsers) +- **[spiriitlabs/commit-history-lib](https://github.com/SpiriitLabs/commit-history-lib)** - A standalone, framework-agnostic PHP library containing all the core logic (providers, DTOs, services, diff parsers) - **spiriitlabs/commit-history-bundle** (this package) - A Symfony bundle providing controllers, commands, Twig templates, and adapters to integrate the library with Symfony This separation allows you to use the core library in any PHP project (Laravel, plain PHP, etc.) while Symfony users get a ready-to-use bundle with full integration.