Skip to content

Commit

Permalink
docs: fix spelling in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
xoxys committed Jun 17, 2024
1 parent 4220cc1 commit cbd1ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Semantic versioning tool for git based on conventional commits.

## Installation

Prebuilt multiarch binaries are available for Linux only.
Prebuilt multi-arch binaries are available for Linux only.

```Shell
curl -SsfL https://github.com/thegeeklab/git-sv/releases/latest/download/git-sv-linux-amd64 -o /usr/local/bin/git-sv
Expand Down Expand Up @@ -149,12 +149,12 @@ COMMANDS:
config, cfg cli configuration
current-version, cv get last released version from git
next-version, nv generate the next version based on git commit messages
commit-log, cl list all commit logs according to range as jsons
commit-log, cl list all commit logs according to range as json
commit-notes, cn generate a commit notes according to range
release-notes, rn generate release notes
changelog, cgl generate changelog
tag, tg generate tag with version based on git commit messages
commit, cmt execute git commit with convetional commit message helper
commit, cmt execute git commit with conventional commit message helper
validate-commit-message, vcm use as prepare-commit-message hook to validate and enhance commit message
help, h Shows a list of commands or help for one command
Expand Down

0 comments on commit cbd1ac7

Please sign in to comment.