README.md in parallel_minion-1.1.0 vs README.md in parallel_minion-1.2.0

- old
+ new

@@ -13,13 +13,15 @@ existing code to use minions. ## Example ```ruby -minion = ParallelMinion::Minion.new(10.days.ago, - description: 'Doing something else in parallel', - timeout: 1000) do |date| +minion = ParallelMinion::Minion.new( + 10.days.ago, + description: 'Doing something else in parallel', + timeout: 1000 +) do |date| MyTable.where('created_at <= ?', date).count end # Do other work here... @@ -57,10 +59,10 @@ [Reid Morrison](https://github.com/reidmorrison) :: @reidmorrison ## License -Copyright 2013, 2014, 2105 Reid Morrison +Copyright 2013, 2014, 2015, 2016, 2017 Reid Morrison Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at