fix: README format in npm template

This commit is contained in:
LongYinan 2020-09-08 15:41:44 +08:00
parent de2e7ec3a5
commit dd5f9e7271
No known key found for this signature in database
GPG key ID: A3FFE134A3E20881

View file

@ -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}\`
`
}