From 91c243e7669797d2827ad9ae3f5b438e91ec2d8b Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Wed, 19 Apr 2023 16:14:58 +1200 Subject: [PATCH] DOC Update README.md for CMS 5 --- README.md | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 272c0fd..dd67607 100644 --- a/README.md +++ b/README.md @@ -7,15 +7,11 @@ The module adds functionality to import OpenOffice-compatible files (doc, docx, etc) into Silverstripe pages and content. -## Requirements - - * Silverstripe CMS ^4 - -**Note:** For a Silverstripe 3.x compatible version, please use [the 1.x release line](https://github.com/silverstripe/silverstripe-documentconverter/tree/1.0). - ## Installation -Install with [composer](https://getcomposer.org/) by running `composer require silverstripe/documentconverter` in the root of your Silverstripe project. +```sh +composer require silverstripe/documentconverter +``` ## Configuration