Skip to content

Commit 66a89b9

Browse files
committed
Merge pull request #4 from johanholmerin/patch-1
Typo in README.md
2 parents ed633ec + c7b88bf commit 66a89b9

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)