bithavoc / express-winston

express.js middleware for winstonjs
https://www.npmjs.com/package/express-winston
MIT License
797 stars 187 forks source link

Fix Readme.md error #38

Closed alexandrusavin closed 10 years ago

alexandrusavin commented 10 years ago

In express > 3 the app is no longer a http server object. To access the object one should just access "this" in the app.listen callback.