Skip to content

Commit

Permalink
fix: update README for clarity and correct clone URL format
Browse files Browse the repository at this point in the history
  • Loading branch information
filipe1309 committed Nov 14, 2024
1 parent 38152f8 commit d400664
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/template-cleanup/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

## 💬 About

This project was developed following {{ COURSE_SOURCE }}'s "[{{ COURSE_NAME }}]({{ COURSE_LINK }})" {{ COURSE_TYPE }}.
This project was developed following ...

Notes taken during the course are in the [notes](notes.md) file.

Expand Down Expand Up @@ -48,7 +48,7 @@ Notes taken during the course are in the [notes](notes.md) file.
## :cd: Installation

```sh
git clone git@github.com:%GITHUB_USER%/%NAME%.git
git clone https://github.com/%GITHUB_USER%/%NAME%.git
```

```sh
Expand Down Expand Up @@ -99,15 +99,14 @@ Please make sure to update tests as appropriate. -->

## :clap: Acknowledgments

- [AlgoExpert](https://www.algoexpert.io/)
- [ShubcoGen Template™](https://github.com/filipe1309/shubcogen-template)

<p align="right">(<a href="#readme-top">back to top</a>)</p>

---

<p align="center">
Done with&nbsp;&nbsp;♥️&nbsp;&nbsp;by <a style="font-weight: bold" href="https://github.com/%NAME%/">%GITHUB_USER%</a> 🖖
Done with&nbsp;&nbsp;♥️&nbsp;&nbsp;by <a style="font-weight: bold" href="https://github.com/%GITHUB_USER%/">%GITHUB_USER%</a> 🖖
</p>

---
Expand Down

0 comments on commit d400664

Please sign in to comment.