DOC Update README.md for CMS 5

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

View File

@ -19,13 +19,10 @@ This module provides a number of useful grid field components:
* `GridFieldTitleHeader` - a simple header which displays column titles.
* `GridFieldConfigurablePaginator` - a paginator for GridField that allows customisable page sizes.
This branch will aim for compatibility with Silverstripe 4.x.
## Installation
```bash
composer require symbiote/silverstripe-gridfieldextensions:^3
```sh
composer require symbiote/silverstripe-gridfieldextensions
```
For Silverstripe 3.x, please see the [compatible branch](https://github.com/symbiote/silverstripe-gridfieldextensions/tree/2).
See [docs/en/index.md](docs/en/index.md) for documentation and examples.