From 7491e27ae2ac36f46c26ecafd13d1c55c4cad135 Mon Sep 17 00:00:00 2001 From: Richard Jesudason Date: Wed, 21 Sep 2016 11:15:42 +0100 Subject: [PATCH] Update README.md Added example setting to maxBuffer option for clarity --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b145112..3ab83df 100644 --- a/README.md +++ b/README.md @@ -140,6 +140,8 @@ default: 16MB(16 * 1024 * 1024) You won't need to set this option unless you encounter a "stdout maxBuffer exceeded" error. +For example, setting it to `16 * 1024 * 1024` will result in 16MB. + #### options.timeout type: `Number`