From eb3c6c27bfe75f6fbfcafccbdfb257521fb090d1 Mon Sep 17 00:00:00 2001 From: bswck Date: Thu, 11 Apr 2024 02:03:02 +0200 Subject: [PATCH] Complete renaming `project` to `pj` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c9613e..08cb8fe 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Set up projects for development quickly. - `pj config [OPTION] [del|set [VAL]]` → configure `pyproject.toml` - `pj test` → run the detected test suite - `pj lint` → run the detected linting suite -- `pj ci` → `project lint; project test` +- `pj ci` → `pj lint; pj test` # Installation To use this globally as a CLI tool only, simply install it with [pipx](https://github.com/pypa/pipx):