From d353ab2fb7b23294977ba68ee53cfc61fa1ddb9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juho=20M=C3=A4kinen?= Date: Wed, 22 Aug 2012 12:02:23 +0300 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4e306e2..99e6a25 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,8 @@ object as the logger object, or simply pass 'console' from within your tests whe to a request related req object. Example: + + // Your function somewhere in your code, not directly related to any express request processing function someFunction(value, logger) { if (value == null) {