Skip to content

Commit c7b88bf

Browse files
committed
Typo
1 parent ed633ec commit c7b88bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ meteor add meteorhacks:picker
1414

1515
~~~js
1616

17-
Picker.router('/post/:_id', function(params, req, res, next) {
17+
Picker.route('/post/:_id', function(params, req, res, next) {
1818
var post = Posts.findOne(params._id);
1919
res.end(post.content);
2020
});

0 commit comments

Comments
 (0)