Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit d3a4073

Browse files
committed
docs(template-docs): 📝 update readme
1 parent ce3d9b8 commit d3a4073

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa
2121
- [ssort](https://github.com/bwhmather/ssort),
2222
- [coverage](https://github.com/nedbat/coveragepy)
2323
- Tests run with [pytest](https://github.com/pytest-dev/pytest) and plugins
24-
- [Nox](https://github.com/wntrblm/nox) as task runner
24+
- [Nox](https://github.com/wntrblm/nox) as a task runner
2525
- All licenses from [choosealicense.com](https://choosealicense.com/appendix/)
2626
- Support for GitHub workflows
2727

@@ -40,7 +40,7 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa
4040

4141
### Requirements
4242

43-
You need `git`, `copier`, `copier-templates-extensions`, and `pdm` installed in order to use this template.
43+
You need `git`, `copier`, `copier-templates-extensions`, and `pdm` installed to use this template.
4444

4545
### Starting a project
4646

@@ -70,7 +70,7 @@ pdm run nox -e check_safety
7070
pdm run nox -e lint
7171
```
7272

73-
Install your project as a python package:
73+
Install your project as a Python package:
7474

7575
```bash
7676
pip install -U git+https://yourgit.example/project

0 commit comments

Comments
 (0)