diff --git a/README.md b/README.md index f6d0628..79ec91a 100644 --- a/README.md +++ b/README.md @@ -10,14 +10,6 @@ Add this gem to your application's `Gemfile`: ## Usage -Sidekiq middleware description: - -https://github.com/mperham/sidekiq/wiki/Middleware - -InfluxDB client description: - -https://github.com/influxdata/influxdb-ruby/blob/master/README.md - Add included middleware to your application's Sidekiq middleware stack: ```ruby @@ -87,6 +79,9 @@ Et cetera. ## Development +* [Sidekiq middleware](https://github.com/mperham/sidekiq/wiki/Middleware) +* [InfluxDB client](https://github.com/influxdata/influxdb-ruby) + After checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment. To install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).