Skip to content

Commit 7252778

Browse files
committed
Update generate_about_md.js
1 parent 2ba302d commit 7252778

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generate_about_md.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ for (const mod of modules) {
2828
const lines = []
2929
lines.push('# About')
3030
lines.push('')
31-
lines.push(`# ${mod.name || ''}${mod.version ? ` (${mod.version})` : ''}`)
31+
lines.push(`# ${mod.name || ''}${mod.version ? ` ${mod.version}` : ''}`)
3232
lines.push('')
3333
lines.push(`Description:`)
3434
lines.push('')

0 commit comments

Comments
 (0)