Skip to content

Commit 8076199

Browse files
committed
Merge pull request meteorhacks#37 from JProgrammer/patch-1
Incorrect anchor into node documentation
2 parents e5f0307 + 7dc0114 commit 8076199

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
@@ -23,7 +23,7 @@ Picker.route('/post/:_id', function(params, req, res, next) {
2323

2424
* You can use Meteor APIs inside this callback (runs inside a Fiber)
2525
* 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)
26+
* `req` is an instance of NodeJS [http.IncomingMessage](http://nodejs.org/api/http.html#http_class_http_incomingmessage)
2727
* `res` is an instance of NodeJS [http.ServerResponse](http://nodejs.org/api/http.html#http_class_http_serverresponse)
2828
* `next` is optional and call it, if you don't need to handle the current request
2929

0 commit comments

Comments
 (0)