Skip to content

Commit

Permalink
fix: added flag comment for generate readme theme
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim committed Nov 12, 2023
1 parent aef71d8 commit 36046ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/generate-theme-doc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function generateReadme(username: string): string {
themesPreviewTable += `| ${row} |\n`;
}

const readmeContent = `
const readmeContent = `<!-- DO NOT EDIT THIS FILE DIRECTLY -->
## Available Themes
With inbuilt themes, you can customize the look of the card without doing any manual customization.
Expand Down

0 comments on commit 36046ef

Please sign in to comment.