Updated readme

This commit is contained in:
nathan 2018-08-05 16:40:35 +02:00
parent a8d519825c
commit d03fef2f8d
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Java Semantic Versioning
============================
A Java implementation of the Semantic Versioning Specification, as per ([http://semver.org](http://semver.org/spec/v2.0.0.html)) modified to exclude the patch version information if zero and not specified. This is a breaking change when comparing strings to the original Semantic Versioning Specification by Tom Preston-Werner. When comparing Version objects, it is non-breaking.
A Java implementation of the Semantic Versioning Specification, as per ([http://semver.org](http://semver.org/spec/v2.0.0.html)) **modified** to exclude the patch version information if zero and not specified. This is a breaking change when comparing strings to the original Semantic Versioning Specification by Tom Preston-Werner. When comparing Version objects, it is non-breaking.
### Versioning ###