quirkey/resque-status

typo in README.md

Closed this issue · 1 comments

The README says this should work..

complete('filename' => '/myfilename')

However, after looking into the code, what worked for me is this :

completed('filename' => '/myfilename')

Also, using status as a hash and appending to it did not work for me. You might want to try promoting completed() as a means to append to the status hash instead of having users trying to manipulate it directly.

Fixed a while ago, thanks.