From d3a4073c4f1ace3b5e7bc3c314742fb37734710d Mon Sep 17 00:00:00 2001 From: Ilya Bushmakin Date: Fri, 2 Feb 2024 11:28:57 +0400 Subject: [PATCH] docs(template-docs): :memo: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 8d95c9c..e73b6e6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa - [ssort](https://github.com/bwhmather/ssort), - [coverage](https://github.com/nedbat/coveragepy) - Tests run with [pytest](https://github.com/pytest-dev/pytest) and plugins -- [Nox](https://github.com/wntrblm/nox) as task runner +- [Nox](https://github.com/wntrblm/nox) as a task runner - All licenses from [choosealicense.com](https://choosealicense.com/appendix/) - Support for GitHub workflows @@ -40,7 +40,7 @@ The template is heavily inspired by [Pawamoy's Copier PDM](https://github.com/pa ### Requirements -You need `git`, `copier`, `copier-templates-extensions`, and `pdm` installed in order to use this template. +You need `git`, `copier`, `copier-templates-extensions`, and `pdm` installed to use this template. ### Starting a project @@ -70,7 +70,7 @@ pdm run nox -e check_safety pdm run nox -e lint ``` -Install your project as a python package: +Install your project as a Python package: ```bash pip install -U git+https://yourgit.example/project