Skip to content

Commit 645b3e1

Browse files
committed
[~] Mine: .csv column name
1 parent 74a38e8 commit 645b3e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mine.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class Mine {
5959
return dirt.map((repo) => {
6060
return {
6161
'<usuário>/<repositório>': repo.nameWithOwner,
62-
'Nº de estrelas': repo.stargazerCount,
62+
Estrelas: repo.stargazerCount,
6363
'Idade (anos)': moment().diff(repo.createdAt, 'years', true).toFixed(2),
6464
'Data de criação': repo.createdAt,
6565
Forks: repo.forkCount,

0 commit comments

Comments
 (0)