small change README.md

This commit is contained in:
anseki 2014-07-14 13:28:39 +09:00
parent 03cdd60eb6
commit 931b17814a

View file

@ -93,7 +93,7 @@ readlineSync.setPrompt('> '.bold.red);
cmd = readlineSync.prompt(); cmd = readlineSync.prompt();
``` ```
## <a name ="note">Note</a> ## Note
+ The your Node and OS may not support interactively reading from stdin. The stdin interfaces are different by platforms. + 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. If in those platforms, an error is thrown.