We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae74216 commit 872a8b1Copy full SHA for 872a8b1
1 file changed
.github/PULL_REQUEST_TEMPLATE.md
@@ -16,7 +16,7 @@ Refs: #ISSUE_NUMBER
16
17
```shell
18
cd $(mktemp -d --tmpdir cffinit-pr.XXXXXX)
19
-git clone https://github.com/citation-file-format/cffinit .
+git clone https://github.com/citation-file-format/cff-initializer-javascript .
20
git checkout <this branch>
21
npm clean-install
22
npm run dev
0 commit comments