From 931b17814aff9d3dce2a1edbb53063c235aeef42 Mon Sep 17 00:00:00 2001 From: anseki Date: Mon, 14 Jul 2014 13:28:39 +0900 Subject: [PATCH] small change README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a6db96..3b440a7 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,7 @@ readlineSync.setPrompt('> '.bold.red); cmd = readlineSync.prompt(); ``` -## Note +## Note + The your Node and OS may not support interactively reading from stdin. The stdin interfaces are different by platforms. If in those platforms, an error is thrown.