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