README.markdown in override-0.0.9 vs README.markdown in override-0.0.10

- old
+ new

@@ -42,11 +42,11 @@ User.find(1) end assert_equal "Foobar", User.find(1).name -In case you don't know what spawn means, check my library [Spawner](http://github.com/soveran/spawner). +In case you don't know what spawn means, check my library [Spawn](http://github.com/soveran/spawn). It is a common pattern to set expectations for method calls. You can do it with the `expect` function: user = User.spawn :name => "Foobar" @@ -73,11 +73,10 @@ examples. Installation ------------ - $ gem sources -a http://gems.github.com (you only have to do this once) - $ sudo gem install soveran-override + $ sudo gem install override Thanks ------ Thanks to Tim Goh for his advice of using a hash for rewriting multiple