Skip to content

Commit

Permalink
feat: display number of countries and companies
Browse files Browse the repository at this point in the history
  • Loading branch information
mustafacagri committed Jul 15, 2024
1 parent 41429d2 commit cf72fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/update-readme.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ let readmeContent = `
<h1>🌐 Vue.js Companies Directory</h1>
<p>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.</p>
<p>Currently, we have <strong><em>${jsonData.length} companies</em></strong> listed from <strong><em>${sortedCountries.length} different countries</em></strong>!</p>
<p>Currently, we have <strong><em>${jsonData.length} companies</em></strong> listed from <strong><em>${sortedCountries.length} different countries</em></strong>! Let's grow our community together by adding more companies and sharing this repository with fellow Vue.js enthusiasts.</p>
<h2>Contents</h2>
Expand Down

0 comments on commit cf72fff

Please sign in to comment.