diff --git a/README.md b/README.md index ae5a75f57..599215439 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ -All Contributors: 30 🤝 +All Contributors: 30 👪 diff --git a/src/steps/writing/creation/writeAllContributorsRC.ts b/src/steps/writing/creation/writeAllContributorsRC.ts index 72ef07a57..4488db029 100644 --- a/src/steps/writing/creation/writeAllContributorsRC.ts +++ b/src/steps/writing/creation/writeAllContributorsRC.ts @@ -9,7 +9,7 @@ export async function writeAllContributorsRC(options: Options) { return await formatJson({ badgeTemplate: - 'All Contributors: <%= contributors.length %>', + 'All Contributors: <%= contributors.length %> 👪', commit: false, commitConvention: "angular", contributors: existing?.contributors ?? [],