Skip to content

Commit

Permalink
Merge 23ad1d3 into 2f9f0c3
Browse files Browse the repository at this point in the history
  • Loading branch information
imjul1an committed Sep 8, 2015
2 parents 2f9f0c3 + 23ad1d3 commit c0afd82
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -57,7 +57,7 @@ agenda.start();

```js
var weeklyReport = agenda.schedule('Saturday at noon', 'send email report', {to: 'another-guy@example.com'});
weeklyReport.repeatEvery('1 week').save();
weeklyReport.repeatEvery('1 week');
agenda.start();
```

Expand Down Expand Up @@ -127,7 +127,7 @@ you.



Please note that this must be a *collection*. Also, you will want to run the following
Please note that this must be a *collection*. Also, you will want to run the following
afterwards to ensure the database has the proper indexes:

```js
Expand Down Expand Up @@ -814,7 +814,7 @@ require('./lib/agenda.js');
Now you can do the following in your project:

```
node server.js
node server.js
```
Fire up an instance with no `JOB_TYPES`, giving you the ability to process jobs,
but not wasting resources processing jobs.
Expand Down

0 comments on commit c0afd82

Please sign in to comment.