Skip to content

Commit

Permalink
Clarify the readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
bxjx committed Oct 18, 2013
1 parent 0a79c4d commit 69dfac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ common stop words. It can be configured to extract arbitary length phrases
(ngrams) rather than just keywords.

```js
// Get the top two most commonly used phrases of two more words in the Stream Handbook
request('https://github.com/substack/stream-handbook/blob/master/readme.markdown')
.pipe(gramophone.stream({ngrams: 2, html: true, limit: 2}))
.on('data', console.error.bind(console));
Expand Down

0 comments on commit 69dfac2

Please sign in to comment.