From 987e5fb5b515023caab41ca4ef1354054e836434 Mon Sep 17 00:00:00 2001 From: George Birbilis Date: Tue, 24 Sep 2024 15:36:05 +0300 Subject: [PATCH] Update README.md - fix phrasing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 23ecca9..dd78b7b 100644 --- a/README.md +++ b/README.md @@ -93,4 +93,4 @@ This is a template repo, it's meant to be used inside GitHub upon repo creation. ## Why reinvent the wheel? -There are several very good templates on GitHub, I prefer to use code we wrote instead of blinding taking the most starred template and having features we don't need. From experience, it's better to keep it simple and general enough for our specific use cases. \ No newline at end of file +There are several very good templates on GitHub, but I prefer to use code we wrote instead of blinding taking the most starred template and having features we don't need. From experience, it's better to keep it simple and general enough for our specific use cases.