README.md in exception_notification-shoryuken-0.1.0 vs README.md in exception_notification-shoryuken-0.1.1

- old
+ new

@@ -1,8 +1,8 @@ # ExceptionNotification::Shoryuken -This Ruby gem is an extension of the [exception_notification](https://github.com/smartinez87/exception_notification) gem, and it provde provides a set of notifiers for sending notifications when errors occur in [Shoryuken](https://github.com/phstc/shoryuken) worker. This is useful if you use Shoryuken worker as asynchronous +This Ruby gem is an extension of the [exception_notification](https://github.com/smartinez87/exception_notification) gem, and provides a set of notifiers for sending notifications when errors occur in [Shoryuken](https://github.com/phstc/shoryuken) worker. This is useful if you use Shoryuken worker as asynchronous process. ## Installation Add this line to your application's Gemfile: @@ -21,10 +21,10 @@ ## Usage Add `require` in your initializer which setup exception_notification like `config/initializers/exception_notification.rb`: -``` +```ruby require 'exception_notification/shoryuken' ExceptionNotification.configure do |config| # setup some notification end