From 23c08f8563c30882aaf5e5afe3535c46ae3af433 Mon Sep 17 00:00:00 2001 From: James Murdza Date: Sat, 11 Apr 2026 16:41:41 +0000 Subject: [PATCH] =?UTF-8?q?Fix=20grammar=20typo:=20mutiple=20=E2=86=92=20m?= =?UTF-8?q?ultiple?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8da499..94326b2 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ Autonomous CLI agents that generate code, execute shell commands, and manage mul Lightweight command-line tools for AI-assisted commits, shell translation, and workflow automation: - [aloc](https://github.com/modern-tooling/aloc) — A modern, AI-augmented lines of code counter built with Rust and Ratatui. Uses AI effort profiles for accurate project estimation. -- [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Support mutiple providers and languages. +- [gptcomet](https://github.com/belingud/gptcomet) — CLI tool to help you generate commit message and review changes. Supports multiple providers and languages. - [cmd-ai](https://github.com/BrodaNoel/cmd-ai) - Turns natural language into executable shell commands (ei.: `ai Tell me the free space on disk`) - [Baz CLI](https://github.com/baz-scm/baz-cli) - CLI for AI assisted code review, with access to the actual code, diff etc. - [models](https://github.com/arimxyer/models) — A TUI for browsing AI models, benchmarks from Artificial Analysis, and coding agents with GitHub integration. Built with Rust and Ratatui.