From f802e5beceedb4fd413c28831a42a0b834a24536 Mon Sep 17 00:00:00 2001 From: anseki Date: Wed, 24 Feb 2016 01:26:38 +0900 Subject: [PATCH] Fix: README --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8ec075d..73af372 100644 --- a/README.md +++ b/README.md @@ -1591,7 +1591,7 @@ Refused . Please input another. (May be more better: `'$<(Refused )lastInput( you requested. )>Please input another.'`) -*Note:* The syntax `${parameter}` of older version is still supported, but this should not be used because it may be confused with ES6. And this will not be supported in due course of time. +*Note:* The syntax `${parameter}` of older version is still supported, but this should not be used because it may be confused with template string syntax of ES6. And this will not be supported in due course of time. ### Parameters diff --git a/package.json b/package.json index 3c576e6..845526c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "readline-sync", - "version": "1.4.0", + "version": "1.4.1", "title": "readlineSync", "description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).", "keywords": [