From 6a1602a1b89d8e9e9e98a63eab0a7188c4d18a20 Mon Sep 17 00:00:00 2001 From: Petar Simic Date: Tue, 31 Oct 2017 16:06:04 +0100 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 74f713f..7d5888e 100755 --- a/README.md +++ b/README.md @@ -1,23 +1,27 @@ -#SilverStripe HtmlEditorField Content Templates -*Configurable SilverStripe module to extend tinymce content template functionality +# SilverStripe HtmlEditorField Content Templates +Configurable SilverStripe module to extend tinymce content template functionality -##Maintainer Contacts -* Milan [dot] Jelicanin [at] Fractas [dot] com +## Maintainer Contacts +* Milan [dot] Jelicanin [at] Fractas [dot] com -##Requirements -* SilverStripe 3 +## Requirements +* SilverStripe 3+ -##Installation Instructions -1. Place this directory in the root of your SilverStripe installation -2. Visit yoursite.com/dev/build?flush=1 to rebuild the database. -3. Visit CMS and create new 'HtmlEditorField Content Templates' which you can use on Pages HtmlEditor. +## Installation InstructionsInstallation + * Install via Composer + ``` + composer require "fractas/silverstripe-htmleditorfield-content-templates" + ``` + * Run yoursite.com/dev/build?flush=1 to rebuild the database + * Visit CMS and create new 'HtmlEditorField Content Templates' which you can use on Pages HtmlEditor. -##Known Issues +## Known Issues [GitHub Issue Tracker](https://github.com/jelicanin/silverstripe-HtmlEditorField-content-templates/issues) -##Licence +## Licence + * See [Licence](https://github.com/fractaslabs/silverstripe-htmleditorfield-content-templates/blob/master/LICENSE)