Skip to content

Commit 9eef4dc

Browse files
committed
chore: fix typo in readme
1 parent 1be8024 commit 9eef4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ to be created with the format `vx.x.x`.
99

1010
```bash
1111
# Example tagging
12-
git -a v1.0.0 -m "Release version 1.0.0" # Marks the latest commit with the tag
12+
git tag -a v1.0.0 -m "Release version 1.0.0" # Marks the latest commit with the tag
1313
git push --tags
1414
```
1515

0 commit comments

Comments
 (0)