mirror of
https://github.com/napi-rs/napi-rs.git
synced 2025-12-08 19:56:07 +00:00
fix: README format in npm template
This commit is contained in:
parent
de2e7ec3a5
commit
dd5f9e7271
@ -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…
x
Reference in New Issue
Block a user