From 14c789e4ac83fdff6f31110512550dd33c35802b Mon Sep 17 00:00:00 2001 From: Matthew Setter Date: Wed, 1 Apr 2026 11:32:30 +1000 Subject: [PATCH] Small grammar correction to the README Sorry if this comes across as nitpicky, but on reading the package's strapline in the README, it seemed worth a change to correct a small grammar mistake. Hope that's okay. --- cli-table/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli-table/README.md b/cli-table/README.md index 41c15e4..d9ad9fe 100644 --- a/cli-table/README.md +++ b/cli-table/README.md @@ -5,7 +5,7 @@ [![Documentation](https://docs.rs/cli-table/badge.svg)](https://docs.rs/cli-table) [![License](https://img.shields.io/crates/l/cli-table)](https://github.com/devashishdxt/cli-table/blob/master/LICENSE-MIT) -Rust crate for printing tables on command line. +A Rust crate for printing tables on the command line. ## Usage