From 0327ac096218e904441ffcef98e54182843aabec Mon Sep 17 00:00:00 2001 From: David Ball Date: Thu, 5 Jan 2017 14:31:11 +0000 Subject: [PATCH] Spelling mistake in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f32f56b..64ebd84 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This has only been tested with the latest Craft, may or may not work in older ve ### Installation -Copy the redactorexatras folder into `craft/plugins`, then go to `Settings > Plugins` in the Craft Control Panel and click 'Install'. +Copy the redactorextras folder into `craft/plugins`, then go to `Settings > Plugins` in the Craft Control Panel and click 'Install'. ### Configuration @@ -116,4 +116,4 @@ Limits the number of character in the rich text field to the value definied in < ### Your own custom plugin -There's also the option to create your own Redactor plugin and link to the JS and CSS files. Just fill-in the paths in settings under, 'Custom plugin'. The plugin code needs to follow the Craft way of wrapping/loading the JS. Check the included Redactor plugins as an example. \ No newline at end of file +There's also the option to create your own Redactor plugin and link to the JS and CSS files. Just fill-in the paths in settings under, 'Custom plugin'. The plugin code needs to follow the Craft way of wrapping/loading the JS. Check the included Redactor plugins as an example.