Skip to content

Commit

Permalink
added app.listen to README
Browse files Browse the repository at this point in the history
  • Loading branch information
alubbe committed Apr 18, 2015
1 parent ea1c68f commit 26290ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ app.get('/admin/user/:id', 'admin.user.edit', function(req, res, next){
// the names can also be accessed here:
var url = app.namedRoutes.build('admin.user.edit', {id: 2}); // /admin/user/2
});

app.listen(3000);
```

#### As a standalone
Expand Down

0 comments on commit 26290ff

Please sign in to comment.