spec/README.md in acts_as_api-0.4.1 vs spec/README.md in acts_as_api-0.4.2

- old
+ new

@@ -36,10 +36,10 @@ * Create a new Rails app in the folder `./spec/#{orm_name}_dummy`. * Create to Models used in the spec (`User, Profile, Untouched, Task`). -* Include `SharedEngine::UserTemplate` in your `User` model. +* Include `UserTemplate` in your `User` model. * Add `mount SharedEngine::Engine => "/shared", :as => "shared"` to your `routes.rb` * Add the following lines to your Gemfile: