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 e5f0307 + 7dc0114 commit 8076199Copy full SHA for 8076199
README.md
@@ -23,7 +23,7 @@ Picker.route('/post/:_id', function(params, req, res, next) {
23
24
* You can use Meteor APIs inside this callback (runs inside a Fiber)
25
* Route definitions are very similar to Iron Router and Express
26
- * `req` is an instance of NodeJS [http.IncomingMessage](http://nodejs.org/api/http.html#http_http_incomingmessage)
+ * `req` is an instance of NodeJS [http.IncomingMessage](http://nodejs.org/api/http.html#http_class_http_incomingmessage)
27
* `res` is an instance of NodeJS [http.ServerResponse](http://nodejs.org/api/http.html#http_class_http_serverresponse)
28
* `next` is optional and call it, if you don't need to handle the current request
29
0 commit comments