README.md in concurrent_worker-0.4.5 vs README.md in concurrent_worker-0.4.6
- old
+ new
@@ -2,11 +2,11 @@
[![Build Status](https://travis-ci.org/dddogdiamond/concurrent_worker.svg?branch=master)](https://travis-ci.org/dddogdiamond/concurrent_worker)
[![Code Climate](https://codeclimate.com/github/dddogdiamond/concurrent_worker/badges/gpa.svg)](https://codeclimate.com/github/dddogdiamond/concurrent_worker)
[![Gem Version](https://badge.fury.io/rb/concurrent_worker.svg)](http://badge.fury.io/rb/concurrent_worker)
[![MIT License](http://img.shields.io/github/license/dddogdiamond/concurrent_worker.svg)](LICENSE.txt)
-Concurrent worker in thread/process with preparation mechanism.
+Ruby concurrent worker in thread/process with preparation mechanism.
## Installation
Add this line to your application's Gemfile.
@@ -100,10 +100,10 @@
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).
## Contributing
-Bug reports and pull requests are welcome on GitHub at https://github.com/dddogdiamond/concurrent_worker.
+Bug reports and pull requests are welcome on GitHub at [https://github.com/dddogdiamond/concurrent_worker](https://github.com/dddogdiamond/concurrent_worker).
## License
The gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).