From d4006641f0b1402806c309766cb94bf0cfc2a86a Mon Sep 17 00:00:00 2001 From: Filipe Leuch Bonfim Date: Thu, 14 Nov 2024 15:33:18 -0300 Subject: [PATCH] fix: update README for clarity and correct clone URL format --- .github/template-cleanup/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/template-cleanup/README.md b/.github/template-cleanup/README.md index 3b83c70..e353d25 100644 --- a/.github/template-cleanup/README.md +++ b/.github/template-cleanup/README.md @@ -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. @@ -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 @@ -99,7 +99,6 @@ Please make sure to update tests as appropriate. --> ## :clap: Acknowledgments -- [AlgoExpert](https://www.algoexpert.io/) - [ShubcoGen Template™](https://github.com/filipe1309/shubcogen-template)

(back to top)

@@ -107,7 +106,7 @@ Please make sure to update tests as appropriate. --> ---

- Done with  â™Ąď¸Ź  by %GITHUB_USER% đź–– + Done with  â™Ąď¸Ź  by %GITHUB_USER% đź––

---