README.md in rake-n-bake-1.4.1 vs README.md in rake-n-bake-1.4.2
- old
+ new
@@ -128,10 +128,10 @@
### :traceroute
Runs [Traceroute](https://rubygems.org/gems/traceroute), a tool for finding unused routes within [Rails](http://rubyonrails.org/) apps
Handy Tips for new tasks
------------------------
-- All tasks loaded by `lib/rake_n_bake.rb` will have access to the `RakeNBake::AssistantBaker`. This is intended for truely common things, like logging out when a particular step runs or passes.
+- All tasks loaded by `lib/rake_n_bake.rb` will have access to the `RakeNBake::Baker`. This is intended for truely common things, like logging out when a particular step runs or passes.
Contributing
------------
1. Make a fork
2. Make your changes!