From 0352231af1e6c2f346b863b080fc3eaa3a9f129e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C4=B0smail=20Ar=C4=B1l=C4=B1k?= Date: Mon, 2 Sep 2024 21:15:39 +0300 Subject: [PATCH] docs(readme): fix template for GitHub username variable (#76) --- component/template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/component/template/README.md b/component/template/README.md index fc34e29..8ce21cb 100644 --- a/component/template/README.md +++ b/component/template/README.md @@ -1,5 +1,5 @@ # {{project-name}} -[![CI](https://github.com/{{gs-username}}/{{project-name}}/workflows/CI/badge.svg)](https://github.com/{{gs-username}}/{{project-name}}/actions) +[![CI](https://github.com/{{gs-username}}/{{project-name}}/workflows/CI/badge.svg)](https://github.com/{{gs_username}}/{{project-name}}/actions) {{project-description}}