Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonfire authored Aug 27, 2022
1 parent 2e44405 commit f125ae7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ Toolkit.run(
if (!line) {
return true;
}
readmeContent.splice(startIdx + idx, 0, `${idx + 1}. ${line}`);
readmeContent.splice(startIdx + idx, 0, `* ${line}`);
});
readmeContent = appendDate(readmeContent);
tools.log.success("Updated README with the recent activity");
Expand Down

0 comments on commit f125ae7

Please sign in to comment.