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 diff --git a/composer.json b/composer.json index 972b98c..ce77a1d 100644 --- a/composer.json +++ b/composer.json @@ -33,4 +33,4 @@ }, "minimum-stability": "dev", "prefer-stable": true -} +} \ No newline at end of file