Skip to content

Commit 71e04f0

Browse files
committed
chore: check markdown formatting
1 parent 62a7829 commit 71e04f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Maintainers can trigger the [release workflow](.github/workflows/release.yaml) b
4444
```
4545
2. Create a tag following sem-ver versioning for the version and trigger release.
4646
```bash
47-
# replace MAJOR.MINOR.PATCH with e.g. 1.2.3
47+
# replace MAJOR.MINOR.PATCH with e.g. 1.2.3
4848
tag=version-MAJOR.MINOR.PATCH; git tag $tag && git push origin $tag
4949
```
5050

0 commit comments

Comments
 (0)