diff --git a/README.md b/README.md index c0cd9be..2d5b6be 100644 --- a/README.md +++ b/README.md @@ -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`