From fd4f7d17758c5bdd61c2bd1f80160bb9a623cfcd Mon Sep 17 00:00:00 2001 From: Ihor Sychevskyi Date: Fri, 9 Feb 2024 08:37:40 +0200 Subject: [PATCH] update root folder links (#102) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ebf27c..1eb70ff 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

-[PSR-14](http://www.php-fig.org/psr/psr-14/) compatible event dispatcher provides an ability to dispatch events and listen +[PSR-14](https://www.php-fig.org/psr/psr-14/) compatible event dispatcher provides an ability to dispatch events and listen to events dispatched. [![Latest Stable Version](https://poser.pugx.org/yiisoft/event-dispatcher/v/stable.png)](https://packagist.org/packages/yiisoft/event-dispatcher) @@ -20,7 +20,7 @@ to events dispatched. ## Features -- [PSR-14](http://www.php-fig.org/psr/psr-14/) compatible. +- [PSR-14](https://www.php-fig.org/psr/psr-14/) compatible. - Simple and lightweight. - Encourages designing event hierarchy. - Can combine multiple event listener providers.