From 39092409e6a9d6cb6bc42e66e251064cbdfbb498 Mon Sep 17 00:00:00 2001 From: Matt Button Date: Fri, 31 Dec 2010 11:08:09 -0800 Subject: [PATCH] Added a few lines to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b37d22e..dc2ca6d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *NOTE: Minion is currently in a beta state, please report any issues in the issue tracker* -Minion is a module for the Kohana framework which makes it easier to run various tasks from the cli. +Minion is a module for running database migrations located in the kohana cascading filesystem, but it also provides a useful framework for creating cli based tasks. The original "need" behind Minion was the lack of a good db migrations system, capable of selecting migrations from multiple locations (i.e. different modules).