From a785f18b76cf98ef59b809356e6672fcb416101e Mon Sep 17 00:00:00 2001 From: anseki Date: Sun, 22 Feb 2015 23:55:08 +0900 Subject: [PATCH] Fix: typo README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2913715..0056c4d 100644 --- a/README.md +++ b/README.md @@ -114,7 +114,7 @@ command = readlineSync.prompt(); currentBufferSize = readlineSync.setBufferSize([newBufferSize]) ``` -When readlineSync reads from TTY directly (without reading by shell), a size `newBufferSize` buffer is used. Even if the user's response exceeds it, it's usually no problem, because the buffer is used repeatedly. But, some platforms's TTY may not accept user's response that is too long. And set a enough size. Defaults to 1024. +When readlineSync reads from TTY directly (without reading by shell), a size `newBufferSize` buffer is used. Even if the user's response exceeds it, it's usually no problem, because the buffer is used repeatedly. But, some platforms's TTY may not accept user's response that is too long. And set an enough size. Defaults to 1024. ## Options diff --git a/package.json b/package.json index a69347c..4e6d5df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readline-sync", - "version": "0.6.0", + "version": "0.6.1", "title": "readlineSync", "description": "Synchronous Readline", "keywords": [