Skip to content

Commit

Permalink
fix(script): update auto-update-readme.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
abgox committed Jun 11, 2024
1 parent 67c3cf2 commit 22e3976
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/auto-update-readme.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function generate_list {
$lang_info += "**$($lang)($($percentage)%)**"
}
else {
$lang_info += "**~~$($lang)~~($($percentage)%)**"
$lang_info += "**~~$($lang)($($percentage)%)~~**"
}
}
}
Expand Down

0 comments on commit 22e3976

Please sign in to comment.