We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 755e961 commit d7d5dfbCopy full SHA for d7d5dfb
1 file changed
README.dev.md
@@ -81,7 +81,7 @@ copier copy --vcs-ref HEAD <path/to/project/template> my-python-project
81
# 'ls' should return just the one directory called 'my-python-project'
82
ls
83
```
84
-Notice, that the `--vcs-ref HEAD` flag is used to make sure that the current checked out version of a local template are used.
+Notice, that the `--vcs-ref HEAD` flag is used to make sure that the current checked out version of the local template is used.
85
86
If your Python package was created successfully, `copier` will point you to a file
87
(`my-python-project/next_steps.md`) that contains information on next steps.
0 commit comments