From a596e7d9044b75137bb3f90d915d31804fe55876 Mon Sep 17 00:00:00 2001 From: Summy Kumari Date: Sat, 6 Jun 2026 14:11:16 +0530 Subject: [PATCH] fix: add missing space in README heading (#21271) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The h2 heading in README.md was missing a space between the `>` closing angle bracket and "The", causing minor formatting inconsistency. Changed: `

The #1 Open-Source CRM

` To: `

The #1 Open-Source CRM

` --------- Co-authored-by: Félix Malfait --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c7ad58e0c0..63755643162 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

-

The #1 Open-Source CRM

+

The #1 Open-Source CRM

Website · Documentation · Roadmap · Discord · Figma