Merge pull request #196 from creative-commoners/pulls/5.0/cms5-readme

DOC Update README.md for CMS 5
This commit is contained in:
Sabina Talipova 2023-04-21 14:38:42 +12:00 committed by GitHub
commit 882da53ef3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -13,11 +13,11 @@ There are two types of roles with this module.
* Website owner; (typically assigned to the Administrator group) ensures that a website is accurate and up-to-date, by delegating responsibility to content reviewers. * Website owner; (typically assigned to the Administrator group) ensures that a website is accurate and up-to-date, by delegating responsibility to content reviewers.
* Content reviewer; responsible for keeping a website or part of a website accurate and up-to-date. * Content reviewer; responsible for keeping a website or part of a website accurate and up-to-date.
## Requirements ## Installation
* Silverstripe ^4.0 ```sh
composer require silverstripe/contentreview
**Note:** For Silverstripe 3.x, please use the [3.x release line](https://github.com/silverstripe/silverstripe-contentreview/tree/3). ```
## Features ## Features
@ -36,7 +36,7 @@ There are two types of roles with this module.
## Composer installation ## Composer installation
```sh ```sh
$ composer require silverstripe/contentreview composer require silverstripe/contentreview
``` ```
You'll also need to run `dev/build`. You'll also need to run `dev/build`.