From 626506f7601fed04bb1ba294eee2174caf4ec161 Mon Sep 17 00:00:00 2001 From: ioBridge Date: Sun, 27 Mar 2011 20:04:02 -0400 Subject: [PATCH] fixed setup instructions --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 3d522a0..717da59 100644 --- a/README.textile +++ b/README.textile @@ -16,7 +16,7 @@ h3. Configuration 1. Set your database configuration file at config/database.yml (see config/database.yml.example for an example) 2. Create the database: rake db:create -3. Create the database tables: rake db:migrate +3. Create the database tables: rake db:schema:load h3. Run The Application