Skip to content

Commit

Permalink
docs: fix typo in repository clone instructions
Browse files Browse the repository at this point in the history
Corrected the directory name in the cloning instructions from
'cd gin-host-route' to 'cd echo-host-route' to match the actual
repository name, ensuring users can follow the setup process
without confusion.
  • Loading branch information
YidiDev committed Sep 28, 2024
1 parent b02bb1f commit aa1cdb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To implement a new feature, fix a bug, or improve documentation:

```sh
git clone https://github.com/YidiDev/echo-host-route.git
cd gin-host-route
cd echo-host-route
```

3. **Create a New Branch**
Expand Down

0 comments on commit aa1cdb9

Please sign in to comment.