Skip to content

Commit

Permalink
Fixed README.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jun 17, 2015
1 parent 56b729a commit 6975fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ fall([

You can also set `this` when you run a task:

```js
var that = { hello: 'world' }
var fall = require('fastfall')()

Expand All @@ -94,6 +95,7 @@ fall(that, [
}], function result (err, a, b, c) {
console.log('result arguments', arguments)
})
```

### Compile a waterfall

Expand Down

0 comments on commit 6975fd7

Please sign in to comment.