diff --git a/index.html b/index.html index e5a16fc..61b43a0 100644 --- a/index.html +++ b/index.html @@ -224,7 +224,7 @@
${repo.description || 'No description available.'}
${repo.stargazers_count} - ${repo.watchers_count} + ${repo.forks_count}
@@ -255,7 +255,7 @@
${r.description || ''}
${r.stargazers_count} - ${r.watchers_count} + ${r.forks_count}
`).join('')}`;