Skip to content

Commit

Permalink
Fix a minor readme issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ckknight committed Apr 10, 2011
1 parent 00a8e89 commit 1c621cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Expand Up @@ -473,7 +473,7 @@
throw err;
} else if (post === null) {
// we didn't get a result back
next();
return next();
}
res.end("Retrieved post: " + post);
Expand Down

0 comments on commit 1c621cd

Please sign in to comment.