diff --git a/README.md b/README.md index c51d16d..3f539cd 100644 --- a/README.md +++ b/README.md @@ -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.