Update README.md

This commit is contained in:
Mathew Kurian 2014-05-19 03:16:51 -05:00
parent 9527a1aeed
commit 5a4afd844a

View file

@ -81,7 +81,7 @@ console.low("[Tagname]Simple message");
app.configure(function () {
app.use(scribe.express.logger);
}
// Enablel Web Control Panel
// Enable Web Control Panel
app.get('/log', scribe.express.getlog);
```
Contributors