From 97b9503a05d2cdf21d02926e8592ffea44f71db6 Mon Sep 17 00:00:00 2001 From: Evan Sosenko Date: Tue, 24 Jan 2023 23:27:12 -0800 Subject: [PATCH] Update git tag instruction in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f62242c..95b004d 100644 --- a/README.md +++ b/README.md @@ -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