Skip to content

Commit

Permalink
Update clis/generator-cli/src/readme/ReadmeGenerator.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Alex McKinney <[email protected]>
  • Loading branch information
armandobelardo and amckinney authored Sep 23, 2024
1 parent e3b8534 commit 494bd4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clis/generator-cli/src/readme/ReadmeGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export class ReadmeGenerator {

private writeFernShield({ writer }: { writer: Writer }): void {
writer.writeLine(
"[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=readme&utm_campaign=${this.organizationPascalCase})",
`[![fern shield](https://img.shields.io/badge/%F0%9F%8C%BF-Built%20with%20Fern-brightgreen)](https://buildwithfern.com?utm_source=github&utm_medium=readme&utm_campaign=${this.organizationPascalCase})`,
);
}

Expand Down

0 comments on commit 494bd4e

Please sign in to comment.