From 59d6184a9bf0ec25a4c92222d227d4cbf82507b7 Mon Sep 17 00:00:00 2001 From: Sergey Romanenko Date: Tue, 22 Nov 2022 15:12:46 +0800 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29ceeaa..4e78a7c 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ Reading Time plugin shows the estimated reading time of the content, in seconds ## Requirements -This plugin requires Craft CMS 4. +* **Craft CMS**: ^4.0 +* **PHP**: ^8.0 ## Installation @@ -82,4 +83,4 @@ echo readingTime('Some text here ...'); ## LICENSE [The MIT License (MIT)](https://github.com/craft-plugins/reading-time/blob/master/LICENSE.md) -Copyright (c) [Sergey Romanenko](https://awilum.github.io/) \ No newline at end of file +Copyright (c) [Sergey Romanenko](https://awilum.github.io/)