Skip to content

Commit

Permalink
Merge pull request #155 from tmillner/master
Browse files Browse the repository at this point in the history
doc - API usage correction
  • Loading branch information
Kikobeats committed Mar 25, 2016
2 parents 693d32d + 324291b commit dd1c2fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ var app = require('express')();
var x = require('x-ray')();

app.get('/', function(req, res) {
res.send(x('http://google.com', 'title').steam());
res.send(x('http://google.com', 'title').stream());
})
```

Expand Down

0 comments on commit dd1c2fb

Please sign in to comment.