Skip to content

Commit 4e7b1aa

Browse files
authored
feat: Add pypi template
1 parent b2886b1 commit 4e7b1aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

{{cookiecutter.project_slug}}/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Your demo project
1919

2020
With pip
2121

22-
pip install {{ cookiecutter.project_slug }}
22+
pip install {{ cookiecutter.project_pypi }}
2323

2424
## Basic Usage
2525

@@ -30,4 +30,4 @@ With pip
3030
```sh
3131
pip install pytest
3232
pytest
33-
```
33+
```

0 commit comments

Comments
 (0)