From 4a55771446925fe3598580b31d2a786e2a51c642 Mon Sep 17 00:00:00 2001 From: Michael Durrant Date: Fri, 27 Jan 2012 19:43:36 -0500 Subject: [PATCH] Update README.textile --- README.textile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.textile b/README.textile index 65d4c1b1..ec127f05 100644 --- a/README.textile +++ b/README.textile @@ -165,7 +165,7 @@ h3. Upgrade Notes: If you are upgrading to a new version of APN on Rails you should always run:

-  $ ruby script/generate apn_migrations
+  $ ruby script/rails generate apn_migrations
 
That way you ensure you have the latest version of the database tables needed.