Skip to content

Commit

Permalink
Fix: Example
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 25, 2023
1 parent c00a57d commit 3741619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ declare(strict_types=1);
use Ergebnis\Version;

$version = Version\Version::fromString('1.2.3');

echo $version->toString(); // 1.2.3
```

### Compare a `Version` with another `Version`
Expand Down

0 comments on commit 3741619

Please sign in to comment.