From 78826c5dbaec34b15a7a8ff4ca2175c486dbeff0 Mon Sep 17 00:00:00 2001 From: Chris Barber Date: Sun, 28 Dec 2014 21:40:16 -0800 Subject: [PATCH] Fixed typo in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b7796b..6e506c9 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ Or this: serializers: {req: bunyan.stdSerializers.req} }); -because Buyan includes a small set of standard serializers. To use all the +because Bunyan includes a small set of standard serializers. To use all the standard serializers you can use: var log = bunyan.createLogger({