From 242f6bbb57158792887d0b25ed0b4764cfb3485d Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:27:23 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index f42eae6..879e23a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ Custom tag input field, for SilverStripe. +## Installation + +```sh +composer require silverstripe/tagfield +``` + ## Overview ![Screenshot](docs/en/screenshot.png) @@ -16,16 +22,6 @@ Note: The field is optimised for usage in the Silverstripe CMS UI. The form field class itself can be used outside of the CMS, but you'll need to build your own frontend to interpret the raw field data (`data-schema` attribute). -## Requirements - -* Silverstripe 4.0 - -## Installing - -```sh -$ composer require silverstripe/tagfield -``` - ## Using ### Relational Tags