README in hardmock-1.2.0 vs README in hardmock-1.2.3

- old
+ new

@@ -5,10 +5,10 @@ == How The basic procedure for using Hardmock in your tests is: -* require 'hardmock' +* require 'hardmock' (this happens automatically when being used as a Rails plugin) * Create some mocks * Setup some expectations * Execute the target code * Verification of calls is automatic in =teardown=