From 0b0658ea764d46814e83c3010ec91b4e8279a49a Mon Sep 17 00:00:00 2001 From: Ed Date: Fri, 29 Jun 2012 14:46:07 -0300 Subject: [PATCH] Fixed typo and updated required version --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ecd243..cf612e7 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,12 @@ SortableGridField Adds drag and drop functionality to SilverStripe 3.0's GridField ## Requirments -* SilverStripe 3.0 RC1 +* SilverStripe 3.0 ## Installation * Download the module from here https://github.com/UndefinedOffset/SortableGridField/downloads * Extract the downloaded archive into your site root so that the destination folder is called SortableGridField, opening the extracted folder should contain _config.php in the root along with other files/folders -* Run dev/build?flush=all to re-gernate the manifest +* Run dev/build?flush=all to regenerate the manifest * Upon entering the cms and using GridFieldSortableRows component for the first time you make need to add ?flush=all to the end of the address to force the templates to regenerate ## Usage