Update README.md

This commit is contained in:
Mathew Kurian 2014-05-26 21:14:29 -05:00
parent 863269ced6
commit cd6ec0e2e8

View file

@ -96,7 +96,7 @@ app.use(scribe.express.logger(function(req, res){
}));
// Enable Web Control Panel
app.get('/log', scribe.express.getlog);
app.get('/log', scribe.express.controlPanel);
```
Contributors
=======