Skip to content

Commit

Permalink
Updated the README.md to reflect the npm installation procedure.
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltwaterC committed Jun 23, 2011
1 parent 697f836 commit 2f41ab6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -2,6 +2,12 @@

Simple scheduler for node.js. I wrote this as I have to process several thounsand batch jobs sitting between three different network services. I had not to send too many tasks to a certain service due to various reasons, while if there was a temporary downtime / error, the task needed to be rescheduled. The simple-schedule module is the result of this challenge.

## Installation

Either manually clone this repository into your node_modules directory, or the recommended method:

> npm install simple-schedule
## Usage mode
<pre>
var schedule = require('simple-schedule');
Expand Down

0 comments on commit 2f41ab6

Please sign in to comment.