From fa9cbca99914f909d6031026685a0cb7454094c6 Mon Sep 17 00:00:00 2001 From: Alex Patterson Date: Tue, 11 Apr 2023 00:53:26 +0000 Subject: [PATCH] Update README.md with correct version constraint and improved about text --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9eedf5e..fe788b6 100755 --- a/README.md +++ b/README.md @@ -6,14 +6,14 @@ ## About -The library provides a number of factory interfaces which abstracts the creation of native PHP DateTime objects and -implementations of the [PSR-20 Clock](https://www.php-fig.org/psr/psr-20/) `ClockInterface`. +The library provides implementations of the [PSR-20 Clock](https://www.php-fig.org/psr/psr-20/) `ClockInterface` and a +number of factories which abstract the creation of native PHP DateTime objects. ## Installation Installation via [composer](https://getcomposer.org). - require alex-patterson-webdev/date-time ^0.5 + require alex-patterson-webdev/date-time ^0.6 ## Theory