diff --git a/README.md b/README.md index 7a1da04..db94baf 100644 --- a/README.md +++ b/README.md @@ -19,16 +19,16 @@ A CLI tool for making commits to many subrepos after a distributed change. ```bash # Show status of all modified subrepos -./commitly status +commitly status # Commit changes across all modified subrepos -./commitly "Your commit message here" +commitly "Your commit message here" # Commit and push changes -./commitly -p "Your commit message here" +commitly -p "Your commit message here" # Push only (without committing) -./commitly -p +commitly -p ``` ## Requirements