README.md in parallel_minion-1.2.1 vs README.md in parallel_minion-1.3.0
- old
+ new
@@ -1,8 +1,8 @@
parallel_minion [![Build Status](https://secure.travis-ci.org/reidmorrison/parallel_minion.png?branch=master)](http://travis-ci.org/reidmorrison/parallel_minion)
===============
-Pragmatic approach to parallel processing in Ruby
+Wrap Ruby code with a minion so that it is run on a parallel thread.
## Description
Parallel Minion allows you to take existing blocks of code and wrap them in a minion
so that they can run asynchronously in a separate thread.