Skip to content

Commit

Permalink
Update git tag instruction in README
Browse files Browse the repository at this point in the history
  • Loading branch information
razor-x committed Jan 25, 2023
1 parent 1f0893d commit 97b9503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ which will create a GitHub Release with the generated PDFs.
- Directly from [GitHub Releases].
- Using Git with
```
$ git tag --sign 1.2.3 -m v1.2.3
$ git tag --sign v1.2.3 -m v1.2.3
$ git push --tags
```
- Using Bower with
Expand Down

0 comments on commit 97b9503

Please sign in to comment.