Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sylvinus/node-crawler
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvinus committed Feb 21, 2013
2 parents bd79072 + bca88c6 commit b128d0d
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 @@ -33,7 +33,7 @@ Crash course
"callback":function(error,result,$) {

// $ is a jQuery instance scoped to the server-side DOM of the page
$("#content a").each(function(a) {
$("#content a").each(function(index,a) {
c.queue(a.href);
});
}
Expand Down

0 comments on commit b128d0d

Please sign in to comment.