Skip to content

Commit

Permalink
Updated read me
Browse files Browse the repository at this point in the history
  • Loading branch information
James Westgate committed Apr 27, 2012
1 parent be45500 commit 2eabdb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ The following methods are used to schedule and execute work for a task:
<tbody>
<tr><td><a href="/jameswestgate/taskjs/wiki/Task.map">Task.map</a></td><td>Updates each element of the array provided with the result of the function. Used to schedule work for the <a href="/jameswestgate/taskjs/wiki/Task.execute">Task.execute</a> function.</td></tr>
<tr><td><a href="/jameswestgate/taskjs/wiki/Task.reduce">Task.reduce</a></td><td>Update a result with the result of the supplied function called on each value in the array parameter. Used to schedule work for the <a href="/jameswestgate/taskjs/wiki/Task.execute">Task.execute</a> function.</td></tr>
<tr><td><a href="/jameswestgate/taskjs/wiki/Task.execute">Task.execute</a></td><td>Begins execution of functions previously mapped to an array with the [[Task.map]] and [Task.reduce]] methods.</td></tr>
<tr><td><a href="/jameswestgate/taskjs/wiki/Task.execute">Task.execute</a></td><td>Begins execution of functions previously mapped to an array with the <a href="/jameswestgate/taskjs/wiki/Task.map">Task.map</a> and <a href="/jameswestgate/taskjs/wiki/Task.reduce">Task.reduce</a> methods.</td></tr>
<tr><td><a href="/jameswestgate/taskjs/wiki/Task.reset">Task.reset</a></td><td>Clears all data and resets the task.</td></tr>
</tbody>
</table>

0 comments on commit 2eabdb1

Please sign in to comment.