Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Podwys committed Jul 29, 2015
1 parent 8c6e76e commit 418d866
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,7 @@ app.get('/', stream.stream(), function (req, res) {
```

This example could fire off `pre-body-layout` as soon as the middleware is run, and then `landing` and `post-body-layout` as soon as `res.resnder()` is called.

# More!

More documentation is coming soon. See this [demo app](https://github.com/jpodwys/express-stream-demo) until then.

0 comments on commit 418d866

Please sign in to comment.