From 52ece76de00eb2aa4bedc4cb234f2a217a5753a4 Mon Sep 17 00:00:00 2001 From: Derick Payne Date: Mon, 19 Jan 2026 03:20:16 +0200 Subject: [PATCH] Capitalize badge labels --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Readme.md b/Readme.md index e8091a4d6..8bcb829da 100644 --- a/Readme.md +++ b/Readme.md @@ -24,11 +24,11 @@ Built with modern C++ on the powerful Scintilla editing component. ### Community Join our growing community of contributors and users. -[![Contributors](https://img.shields.io/github/contributors/rizonesoft/Notepad3?style=flat-square&color=1a7f37)](https://github.com/rizonesoft/Notepad3/graphs/contributors) -[![Last Commit](https://img.shields.io/github/last-commit/rizonesoft/Notepad3?style=flat-square&color=1a5fb4)](https://github.com/rizonesoft/Notepad3/commits) -[![Open Issues](https://img.shields.io/github/issues/rizonesoft/Notepad3?style=flat-square&color=9a6700)](https://github.com/rizonesoft/Notepad3/issues) -[![Closed Issues](https://img.shields.io/github/issues-closed/rizonesoft/Notepad3?style=flat-square&color=6e40c9)](https://github.com/rizonesoft/Notepad3/issues?q=is%3Aissue+is%3Aclosed) -[![Pull Requests](https://img.shields.io/github/issues-pr/rizonesoft/Notepad3?style=flat-square&color=0e7490)](https://github.com/rizonesoft/Notepad3/pulls) +[![Contributors](https://img.shields.io/github/contributors/rizonesoft/Notepad3?style=flat-square&label=Contributors&color=1a7f37)](https://github.com/rizonesoft/Notepad3/graphs/contributors) +[![Last Commit](https://img.shields.io/github/last-commit/rizonesoft/Notepad3?style=flat-square&label=Last%20Commit&color=1a5fb4)](https://github.com/rizonesoft/Notepad3/commits) +[![Open Issues](https://img.shields.io/github/issues/rizonesoft/Notepad3?style=flat-square&label=Open%20Issues&color=9a6700)](https://github.com/rizonesoft/Notepad3/issues) +[![Closed Issues](https://img.shields.io/github/issues-closed/rizonesoft/Notepad3?style=flat-square&label=Closed%20Issues&color=6e40c9)](https://github.com/rizonesoft/Notepad3/issues?q=is%3Aissue+is%3Aclosed) +[![Pull Requests](https://img.shields.io/github/issues-pr/rizonesoft/Notepad3?style=flat-square&label=Pull%20Requests&color=0e7490)](https://github.com/rizonesoft/Notepad3/pulls) [![Repo Size](https://img.shields.io/github/repo-size/rizonesoft/Notepad3?style=flat-square)](https://github.com/rizonesoft/Notepad3) [![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg?style=flat-square)](https://opensource.org/licenses/BSD-3-Clause)