From c33d1152e9abd6dd62f69f77c0a3b1326b99d13b Mon Sep 17 00:00:00 2001 From: Pulkit Kathuria Date: Mon, 22 Apr 2024 13:43:57 +0900 Subject: [PATCH] minor wording changed --- app/frontend/src/components/Article.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/frontend/src/components/Article.astro b/app/frontend/src/components/Article.astro index ad2bae1..dfb57dc 100644 --- a/app/frontend/src/components/Article.astro +++ b/app/frontend/src/components/Article.astro @@ -12,7 +12,7 @@

CoverItUp - is a new, one of it's kind, complete solution for software engineers to measure code metrics. @@ -26,13 +26,13 @@
This tool is fully customizable tool to track metrics that should matter to you the most. Such as, not just the code coverage, but equally important other metrics. - Such as ・build times ・number of dependencies ・bundle sizes etc. Together with + Such as, build times ・number of dependencies ・bundle sizes etc. Together with additional features, which I share further in this post.

Context: mostly all repos use services like CodeCov, Coveralls badges to display the code-coverage of unit tests on their README on Github. Over years, - many other badges, such ・as number of downloads ・number of people online on + many other badges, such as, number of downloads ・number of people online on Discord etc also made their way into the README.