We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea2d593 commit 4bc1953Copy full SHA for 4bc1953
lib/create-contributing.js
@@ -49,7 +49,7 @@ npm test
49
You can install \`${packageName}\` from each pull request. Replace \`[PULL REQUEST NUMBER]\`:
50
51
\`\`\`
52
-npm install https://github.pika.dev/\`${owner}/${repo}\`/pr/[PULL REQUEST NUMBER]
+npm install https://github.pika.dev/${owner}/${repo}/pr/[PULL REQUEST NUMBER]
53
54
55
Once you are done testing, you can revert back to the default module \`${packageName}\` from npm with \`npm install ${packageName}\`
0 commit comments