DOC Update README.md for CMS 5

This commit is contained in:
Guy Sartorelli 2023-04-19 17:01:17 +12:00
parent f00a204f6d
commit a51c30fb0f
No known key found for this signature in database
GPG Key ID: F313E3B9504D496A
1 changed files with 3 additions and 7 deletions

View File

@ -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