Update remote repository URL in README

Signed-off-by: Alexandros Kritikos <akritikos@outlook.com>
This commit is contained in:
2026-03-01 13:52:17 +02:00
committed by GitHub
parent 2359b8a88a
commit def7541ca1
+1 -1
View File
@@ -5,7 +5,7 @@ A starting point for new .NET projects, based on opinionated rules.
1. In order to be able to update your repository with the latest changes, you can use the following command **after creating** your repo:
```bash
git remote add template https://github.com/kritikos-io/templates-dotnet
git remote add template https://github.com/Cognify-App/templates-dotnet
git fetch --all
git merge template/main --allow-unrelated-histories
```