We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ed633ec + c7b88bf commit 66a89b9Copy full SHA for 66a89b9
README.md
@@ -14,7 +14,7 @@ meteor add meteorhacks:picker
14
15
~~~js
16
17
-Picker.router('/post/:_id', function(params, req, res, next) {
+Picker.route('/post/:_id', function(params, req, res, next) {
18
var post = Posts.findOne(params._id);
19
res.end(post.content);
20
});
0 commit comments