Skip to content

Commit

Permalink
chore: Update git clone URLs in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LyubomirT committed Jul 26, 2024
1 parent ec413ef commit 21cc743
Show file tree
Hide file tree
Showing 3 changed files with 673 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docs/contributing.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>Contributing to Chainsaw Human Typing</h1>
<ol>
<li><strong>Fork the Repository:</strong> Create a fork of the repository on GitHub to make your changes.</li>
<li><strong>Clone Your Fork:</strong> Clone your forked repository to your local machine:
<pre><code>git clone https://github.com/your-username/chainsaw-human-typing.git</code></pre>
<pre><code>git clone https://github.com/LyubomirT/chainsaw-human-typing.git</code></pre>
</li>
<li><strong>Create a Branch:</strong> Create a new branch for your changes:
<pre><code>git checkout -b my-feature-branch</code></pre>
Expand Down
Loading

0 comments on commit 21cc743

Please sign in to comment.