From 13af759394cf12c441882f46501e32aaa61cfe83 Mon Sep 17 00:00:00 2001 From: Eugen Soloviov Date: Fri, 24 Jan 2025 00:32:31 +0300 Subject: [PATCH] Fix: Update documentation with correct command usage This commit updates the documentation to reflect the correct command usage for adding a provider and creating a commit. Specifically, it changes `aicommit --add` to `aicommit --add-provider` --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index 325fe14..f06c644 100644 --- a/docs/index.html +++ b/docs/index.html @@ -96,7 +96,7 @@

Quick Start

1

Add a Provider

-
aicommit --add
+
aicommit --add-provider
2 @@ -106,7 +106,7 @@

Make Changes

3

Create Commit

-
aicommit
+
aicommit --add --pull --push