Skip to content

Commit 35ce017

Browse files
committed
Update readme.md
1 parent 9fb7a83 commit 35ce017

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
@@ -45,9 +45,9 @@ server.authorize(function(req, username, password, callback) {
4545
// call the supplied callback function to continue the request
4646
callback(null, isLoginCorrect);
4747
});
48-
```
4948

5049
server.listen(3333);
50+
```
5151

5252
### Using a remote proxy
5353

0 commit comments

Comments
 (0)