Skip to content

Commit

Permalink
Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
geta6 committed Feb 2, 2014
2 parents 97efa2d + dc21f60 commit f92a6b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -21,8 +21,8 @@ $ npm install connect-stream
Include in your project:

```javascript
var connect_stream = require('connect-stream');
app.use(connect_stream(__dirname + 'public'));
var stream = require('connect-stream'); // function
app.use(stream(path.resolve('public')));
```

Use in your routes:
Expand Down

0 comments on commit f92a6b7

Please sign in to comment.