From cf72fff08839a2dbfb9289773f0af4315afe470b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mustafa=20=C3=87a=C4=9Fr=C4=B1=20G=C3=BCven?= Date: Mon, 15 Jul 2024 17:37:48 +0300 Subject: [PATCH] feat: display number of countries and companies --- src/update-readme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/update-readme.js b/src/update-readme.js index 7cf825e..30465d6 100644 --- a/src/update-readme.js +++ b/src/update-readme.js @@ -252,7 +252,7 @@ let readmeContent = `

🌐 Vue.js Companies Directory

Welcome to the Vue Companies Directory repository! This project aims to provide a comprehensive list of companies worldwide that use Vue.js in their tech stack. It's a community-driven effort to showcase Vue.js adoption across different countries and industries.

-

Currently, we have ${jsonData.length} companies listed from ${sortedCountries.length} different countries!

+

Currently, we have ${jsonData.length} companies listed from ${sortedCountries.length} different countries! Let's grow our community together by adding more companies and sharing this repository with fellow Vue.js enthusiasts.

Contents