README.md in active_mocker-1.2.pre.10 vs README.md in active_mocker-1.2.pre.11

- old
+ new

@@ -1,9 +1,9 @@ # ActiveMocker [![Build Status](https://travis-ci.org/zeisler/active_mocker.png?branch=master)](https://travis-ci.org/zeisler/active_mocker) -Create mocks from active record models without loading rails or running a database. +Create static mocks from active record models without loading rails or running a database. ## Installation Add this line to your application's Gemfile: @@ -17,9 +17,10 @@ $ gem install active_mocker ## Usage +Needs updating, for now see the rails sample application #db/schema.rb ActiveRecord::Schema.define(version: 20140327205359) do