Skip to content

Commit 4bc1953

Browse files
authored
fix: remove incorrect back tics in CONTRIBUTING.md
1 parent ea2d593 commit 4bc1953

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/create-contributing.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ npm test
4949
You can install \`${packageName}\` from each pull request. Replace \`[PULL REQUEST NUMBER]\`:
5050
5151
\`\`\`
52-
npm install https://github.pika.dev/\`${owner}/${repo}\`/pr/[PULL REQUEST NUMBER]
52+
npm install https://github.pika.dev/${owner}/${repo}/pr/[PULL REQUEST NUMBER]
5353
\`\`\`
5454
5555
Once you are done testing, you can revert back to the default module \`${packageName}\` from npm with \`npm install ${packageName}\`

0 commit comments

Comments
 (0)