README.md in rake-n-bake-1.1.3 vs README.md in rake-n-bake-1.1.4

- old
+ new

@@ -82,9 +82,12 @@ Useful at the end of any Rake tasks which test your application, it prints `***** ALL TESTS PASSED *****`. ### :ok_rainbow Run this task last to print a more magical version of `:ok` +### :rails_best_practices +Run this task to run the [Rails Best Practices](https://github.com/railsbp/rails_best_practices) metrics against your Rails project. + 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. Contributing