fix: README format in npm template
This commit is contained in:
parent
de2e7ec3a5
commit
dd5f9e7271
1 changed files with 2 additions and 2 deletions
|
@ -69,8 +69,8 @@ export class CreateNpmDirCommand extends Command {
|
|||
}
|
||||
|
||||
function readme(packageName: string, platform: string) {
|
||||
return `\`#${packageName}-${platform}\`
|
||||
return `# \`${packageName}-${platform}\`
|
||||
|
||||
this is the **${platform}** 64-bit binary for \`${packageName}\`
|
||||
This is the **${platform}** 64-bit binary for \`${packageName}\`
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue