From 323e37586ff5bf5a8791ca8417a64df90f784583 Mon Sep 17 00:00:00 2001 From: anaxios Date: Tue, 6 Aug 2024 20:21:34 -0700 Subject: [PATCH] `update README.md with improved code snippet example and aicommit alias` diff: diff --git a/README.md b/README.md index dfd36c8..2e3d77f 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,10 @@ Instead of `git commit -m your message here` ```bash +git commit -m your message here ``` ```bash +aicommit + ``` --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d90e70a..dfd36c8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,11 @@ clone this repo and then link the scripts into your path. ### use -Instead of `git commit -m "your message here"` +Instead of + +```bash +git commit -m "your message here"` ``` +```bash aicommit ```