From 93b35d5fe9ef55cbc4a1a888e16f7a7a23bc821a Mon Sep 17 00:00:00 2001 From: Sebastian Castro Date: Sat, 19 Mar 2011 16:28:00 -0300 Subject: [PATCH] Fixing README Again --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fdde1d..29ae3af 100644 --- a/README.md +++ b/README.md @@ -46,5 +46,5 @@ Replace 'modulename' and 'kohana-module-template' for your own name & path respe // 'orm' => MODPATH.'orm', // Object Relationship Mapping // 'unittest' => MODPATH.'unittest', // Unit testing // 'userguide' => MODPATH.'userguide', // User guide and API documentation - 'modulename' => MODPATH.'kohana-module-template', // <-- Add Module Name & Path + 'modulename' => MODPATH.'kohana-module-template', // Add Module Name & Path )); \ No newline at end of file