We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58105ef commit 92d7794Copy full SHA for 92d7794
1 file changed
{{cookiecutter.project_name}}/next_steps.md
@@ -19,7 +19,7 @@ git remote add origin {{ cookiecutter.repository }}
19
20
Go to
21
[https://github.com/{{cookiecutter.github_organization}}?tab=repositories](https://github.com/{{cookiecutter.github_organization}}?tab=repositories)
22
-and create a new repository named {{ cookiecutter.project_name }} as an empty repository, then push your commits to GitHub:
+and create a new repository named `{{ cookiecutter.project_name }}` as an empty repository, then push your commits to GitHub:
23
24
```shell
25
git push --set-upstream origin main
0 commit comments