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.