Skip to content

Commit

Permalink
Merge pull request #52 from shanestillwell/patch-1
Browse files Browse the repository at this point in the history
Fixed README job.remove example.
  • Loading branch information
rschmukler committed Apr 9, 2014
2 parents 93d24f4 + a765b80 commit 5aa1031
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -446,8 +446,8 @@ job.save(function(err) {
Removes the `job` from the database.

```js
job.save(function(err) {
if(!err) console.log("Successfully saved job to collection");
job.remove(function(err) {
if(!err) console.log("Successfully removed job from collection");
})
```

Expand Down

0 comments on commit 5aa1031

Please sign in to comment.