Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kolodny committed Apr 17, 2015
1 parent bd9f9d3 commit fb92632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ middleware.use(function(next) {
var start = new Date();
middleware.go(function() {
console.log(this.hook1); // true
console.log(this.hook1); // true
console.log(this.hook2); // true
console.log(new Date() - start); // around 20
});
```
Expand Down

0 comments on commit fb92632

Please sign in to comment.