Skip to content

Commit

Permalink
doc: Fix typo in template docs (#2589)
Browse files Browse the repository at this point in the history
* Fix typo in docs/usage/template.md

* Add news fragment
  • Loading branch information
iamthad authored Jan 26, 2024
1 parent 694d9aa commit 632a4d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/usage/template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Similar to `yarn create` and `npm create`, PDM also supports initializing or creating a project from a template.
The template is given as a positional argument of `pdm init`, in one of the following forms:

- `pdm init flask` - Initialize the project from the template `https://github.com/pdm-project/template-django`
- `pdm init django` - Initialize the project from the template `https://github.com/pdm-project/template-django`
- `pdm init https://github.com/frostming/pdm-template-django` - Initialize the project from a Git URL. Both HTTPS and SSH URL are acceptable.
- `pdm init django@v2` - To check out the specific branch or tag. Full Git URL also supports it.
- `pdm init /path/to/template` - Initialize the project from a template directory on local filesystem.
Expand Down
1 change: 1 addition & 0 deletions news/2588.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix typo in template docs

0 comments on commit 632a4d7

Please sign in to comment.