README.md in capistrano-measure-0.9.1 vs README.md in capistrano-measure-0.10.0

- old
+ new

@@ -89,11 +89,12 @@ ### Settings You could change threshold time to change the results duration's color. ```ruby -set :alert_threshold, 10 # default 60 sec -set :warning_threshold, 5 # default 30 sec +set :alert_threshold, 10 # default 60 sec +set :warning_threshold, 5 # default 30 sec +set :measure_error_handling, :raise # default :silent ``` ## Contributing 1. Fork it ( https://github.com/[my-github-username]/capistrano-measure/fork )