From a51c30fb0fc727d389ae3661a9421a3dfc9f0bc5 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 17:01:17 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6110ce1..ae9c5c9 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,11 @@ The module creates an RSS feed on each page with their change history, as well as one for the entire site. -## Requirements - - * Silverstripe ^4 - -**Note:** For a Silverstripe 3.x compatible version, please use [the 1.x release line](https://github.com/silverstripe/silverstripe-versionfeed/tree/1.2). - ## Installation -Install with composer by running `composer require silverstripe/versionfeed` in the root of your Silverstripe project. +```sh +composer require silverstripe/versionfeed +``` ## Usage