Skip to content

Commit

Permalink
alingment in readme table
Browse files Browse the repository at this point in the history
  • Loading branch information
on committed Aug 19, 2024
1 parent b086ce6 commit 36bc8c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $regEx = [regex]'\/\/\s+@(\w+)\s+(.+)'
$tableRows = @()

$tableRows = "`n| Filename | Name | Description | Auto Update |`n"
$tableRows += "|----------|------|-------------|-------------|`n"
$tableRows += "| --- | --- | --- | :-: |`n"

# Loop through each file
foreach ($file in $userJsFiles) {
Expand Down

0 comments on commit 36bc8c9

Please sign in to comment.