From 875aef3f984ef72ad1685c9a726034ada4d4db94 Mon Sep 17 00:00:00 2001 From: maneshwar Date: Sat, 28 Feb 2026 23:20:20 +0530 Subject: [PATCH] Fix capitalization in git-lrc description Corrected capitalization in the description of git-lrc. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 542be13..1305b20 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ This is a curated list of AI-powered developer tools. These tools leverage AI to ## Git Clients -- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, Unlimited AI Code Reviews That Run on Every Commit. +- [git-lrc](https://github.com/HexmosTech/git-lrc) - Free, unlimited AI code reviews that run on every commit. - [GitBrain](https://gitbrain.dev/) — Git client that simplifies the git workflow. Splits code changes, generates summaries & commit messages for code changes. Uses OpenAI. - [GitButler](https://gitbutler.com/) — Git client for simultaneous branches on top of your existing workflow. Defaults to OpenAI, can be changed to Perplexity for generating conventional commit messages. - [AI Git Narrator](https://github.com/pmusolino/AI-Git-Narrator) - CLI tool that uses AI to automatically generate high-quality Git commit messages and pull request descriptions.