Skip to content

Commit

Permalink
Readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkotikkanen committed Jan 2, 2014
1 parent bc4a764 commit f4e5ee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ any routing happens. This can be used for example checking authentication before

```javascript
$.hashroute('middleware', function(e) {
console.log('First middleware - Setting e.params.first');
console.log('First middleware - Setting e.first');
e.first = true;
this.next(); // Advance in the middleware stack
});
Expand Down

0 comments on commit f4e5ee0

Please sign in to comment.