From 4961634dced4a1cf03c89ea60eb69e8d17f42244 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 17:02:02 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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.