Skip to content

Commit

Permalink
OPT: Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
woile committed Apr 25, 2024
1 parent 4c8f508 commit 3c077b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,10 +83,10 @@ cz c
### With docker
```sh
docker run --rm -it -v $(pwd):/app kpnnl/cz-kpn:3.2.8 'cz -n cz_kpn commit'
cmd="cz -n cz_kpn commit"
docker run --rm -it -v $(pwd):/app kpnnl/cz-kpn:3.2.8 $cmd
```
## Features
### Client tool to assist in the creation of a commit
Expand Down

0 comments on commit 3c077b5

Please sign in to comment.