lib/generators/hobo/model/USAGE in hobo-1.3.0.RC3 vs lib/generators/hobo/model/USAGE in hobo-1.3.0.RC4

- old
+ new

@@ -13,7 +13,7 @@ $ rails generate hobo:model post title:string body:text published:boolean creates a Post model with a string title, text body, and published flag. -After the model is created, and the fields are specified, use hobo:migration -to create the migrations incrementally. + After the model is created, and the fields are specified, use hobo:migration + to create the migrations incrementally.