Skip to content

Commit 16ff9b4

Browse files
committed
fix typo
1 parent 7345f3f commit 16ff9b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ Here is an example : 1.5.7-3-g2aabbbf.dirty
3434
## How to release (and have a nice version number)
3535

3636
1. git commit
37-
1git tag -a MAJOR.MINOR.SUB -m "tag vMAJOR.MINOR.SUB"
38-
1git push origin MAJOR.MINOR.SUB
39-
1[compile](#Compiling)
40-
37+
1. git tag -a MAJOR.MINOR.SUB -m "tag vMAJOR.MINOR.SUB"
38+
1. git push origin MAJOR.MINOR.SUB
39+
1. [compile](#Compiling)

0 commit comments

Comments
 (0)