From 4c72879e50b312379385aece0c302169a32bb51b Mon Sep 17 00:00:00 2001 From: Tim Burt Date: Thu, 3 Aug 2023 15:07:29 +0100 Subject: [PATCH] Update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7a8228e..7d95d41 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,14 @@ # silverstripe-enhanced-requirements -Extends and enhances the Silverstripe requirements system, providing inlining of assets, http/2 server push, etc. +Extends and enhances the Silverstripe requirements system, providing inlining of assets, http/2 server push, deferred css, etc. _Note: This module is designed to provide a number of tools which may help to improve the front-end performance of a website. It is not an 'off-the-shelf' solution, and should be used carefully. Just setting everything to preload or push, or inlining content without first analysing where and how it's used can lead to a reduction in performance!_ ## Requirements -*Silverstripe 4.x +*Silverstripe 4.x / 5.x ## Installation -Install with `composer require dorsetdigital/silverstripe-enhanced-requirements` +Install with `composer require dorsetdigital/silverstripe-enhanced-requirements ^1` Once installed, the module will set the Requirements system to use the enhanced backend, but none of the additional features will be enabled by default.