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):