From 48bbbfbca72fe0b3f1d9c5e7e9b03345026076c8 Mon Sep 17 00:00:00 2001 From: Do Minh Hai Date: Wed, 20 Apr 2016 19:19:28 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index eee1284..5fe85ce 100644 --- a/README.md +++ b/README.md @@ -44,4 +44,8 @@ const log4js = require('koa-log4') app.use(log4js.koaLogger(log4js.getLogger("http"), { level: 'auto' })) ``` -See [here](https://github.com/nomiddlename/log4js-node) for more info. \ No newline at end of file +## Full Example +Check [this repo](https://github.com/dominhhai/koa-log4js-example/tree/v2.x) for full example with `Koa v2`. + +## Others +See [here](https://github.com/nomiddlename/log4js-node) for more info.