Skip to content

Commit

Permalink
Fix: Update documentation with correct command usage
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
suenot committed Jan 23, 2025
1 parent 9b39a2c commit 13af759
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ <h2>Quick Start</h2>
<div class="step">
<span class="step-number">1</span>
<h3>Add a Provider</h3>
<pre><code>aicommit --add</code></pre>
<pre><code>aicommit --add-provider</code></pre>
</div>
<div class="step">
<span class="step-number">2</span>
Expand All @@ -106,7 +106,7 @@ <h3>Make Changes</h3>
<div class="step">
<span class="step-number">3</span>
<h3>Create Commit</h3>
<pre><code>aicommit</code></pre>
<pre><code>aicommit --add --pull --push</code></pre>
</div>
</div>
</div>
Expand Down

0 comments on commit 13af759

Please sign in to comment.