From 8119bc274fc445dfefbeadd0bf48886c1113e05d Mon Sep 17 00:00:00 2001 From: Chris Turner Date: Sat, 9 May 2015 15:23:07 +1200 Subject: [PATCH] Updated readme details --- readme.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index d914175..8db4a4a 100644 --- a/readme.md +++ b/readme.md @@ -1,5 +1,7 @@ -## Synopsis +## Pillaged +Shamefully pillaged from https://github.com/thisisbd/silverstripe-fontawesome-iconpickerfield and lightly modified to better suit our environment and preferred coding style. +## Synopsis A simple form field for selecting font-awesome classes in the CMS. ## Features @@ -16,7 +18,6 @@ Ideally composer will be used to install this module. ```composer require "moe/font-awesome:@stable"``` ## Usage - A basic working example, and the following to any class you want the field on; ```php @@ -42,4 +43,5 @@ Then simple include in the template ``` -Alternatively you can just use the font family via CSS. \ No newline at end of file +Alternatively you can just use the font family via CSS. +