From 3908e7b212dea4d7781e8ade013462b491b6572c Mon Sep 17 00:00:00 2001 From: Piper Date: Fri, 26 Jun 2020 22:38:29 -0700 Subject: [PATCH] Fix typo (#587) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 39ed2beb..ac497b6f 100644 --- a/README.md +++ b/README.md @@ -760,7 +760,7 @@ var log = bunyan.createLogger({ }); ``` -For convenience, if there is only one stream, it can specified with the +For convenience, if there is only one stream, it can be specified with the "stream" and "level" options (internally converted to a `Logger.streams`). ```js