Skip to content

Commit 9a73f2a

Browse files
authored
chore: Fix typo
1 parent 8604f1b commit 9a73f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ $ git-semver compare 1.2.3-alpha 1.2.3-beta
159159

160160
Compare the versions `1.2.3` and `1.2.3+build-2018-12-31`
161161
```bash
162-
$ git-semver compare 1.2.3-alpha 1.2.3+build-2018-12-31
162+
$ git-semver compare 1.2.3 1.2.3+build-2018-12-31
163163
=
164164
```
165165

0 commit comments

Comments
 (0)