From 490148727d7f656730007fc9316d2072d539e0fc Mon Sep 17 00:00:00 2001 From: rzmk <30333942+rzmk@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:30:40 -0500 Subject: [PATCH] docs: remove tech stack section from README --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index a3dc099..80e2faf 100644 --- a/README.md +++ b/README.md @@ -101,9 +101,3 @@ ch -apm "feat: add new feature" ``` > Note: The order of the combined short flags does not matter, except for the `-m` flag, which must be the last flag if you want to pass in a custom commit message after a combination of flags. - -## Tech Stack - -- [Rust](https://www.rust-lang.org/) -- [clap](https://github.com/clap-rs/clap) -- [inquire](https://github.com/mikaelmello/inquire)