From 6332e8e14957da3f03de9d107329dcf825c5ccbd Mon Sep 17 00:00:00 2001 From: rainsun Date: Tue, 31 Dec 2013 23:02:50 +0800 Subject: [PATCH] change readme with test db command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f7ac73c..94ae687d 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ Setup: Run tests: - $ RAILS_ENV=test rake db:create db:schema:load + $ RAILS_ENV=test rake db:create db:structure:load $ rake spec Run the server: - $ rake db:create db:schema:load + $ rake db:create db:structure:load $ foreman start ## Contributing