Skip to content

Commit cc66b02

Browse files
authored
Update README.md [skip ci]
1 parent dd89411 commit cc66b02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo $version->getPreRelease(); // alpha.12
3131
echo $version->getBuildMeta(); // build.34
3232
echo $version->getVersionString(); // 2.5.6-alpha.12+build.34
3333
```
34-
#### Compare two versions
34+
#### Comparing two versions
3535
```php
3636
<?php
3737

@@ -54,4 +54,4 @@ echo $version->isLessThanOrEqual('2.5.6-alpha.12'); // true
5454
echo $version->isEqual('2.5.6-alpha.12+build.56'); // true
5555
```
5656
## Invalid version handling
57-
When the version parsing fails due to an invalid format, the library throws a specific `VersionFormatException`.
57+
When the version parsing fails due to an invalid format, the library throws a specific `VersionFormatException`.

0 commit comments

Comments
 (0)