Skip to content

Commit

Permalink
Updated example in README, boards start from 1 now
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastoye committed Jun 3, 2014
1 parent 1ff185d commit f06eedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -34,7 +34,7 @@ random.catalog(function(err, pages){
// but the list of threads only contains the OP
});

random.page(0, function(err, threads){
random.page(1, function(err, threads){
// this will return an array of threads
});

Expand Down

0 comments on commit f06eedd

Please sign in to comment.