Skip to content

Commit 97b9503

Browse files
committed
Update git tag instruction in README
1 parent 1f0893d commit 97b9503

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
@@ -153,7 +153,7 @@ which will create a GitHub Release with the generated PDFs.
153153
- Directly from [GitHub Releases].
154154
- Using Git with
155155
```
156-
$ git tag --sign 1.2.3 -m v1.2.3
156+
$ git tag --sign v1.2.3 -m v1.2.3
157157
$ git push --tags
158158
```
159159
- Using Bower with

0 commit comments

Comments
 (0)