README.md in newrelic-rake-1.3.0 vs README.md in newrelic-rake-1.3.1

- old
+ new

@@ -16,10 +16,21 @@ $ gem install newrelic-rake ## Usage -nothing special to set. +There is usually nothing to do for rake tasks in rails that depend on `:environment`, +monitoring of these should just work. + +Rake files need to require `newrelic-rake` and start the newrelic agent +before executing tasks to monitor: + +``` +require 'newrelic-rake' +NewRelic::Agent.manual_start +``` + +These steps happen automatically in Rails' `:environment` task if you use `Bundler.require` in your `application.rb`. ## Authors and Contributors * [Richard Huang](https://github.com/flyerhzm) - Creator of the project * [Yury Velikanau](yury.velikanau@gmail.com) - Main contributor